You can insert any css-class in the caption.

<div class="caption .... Your_class ....">Your_caption text</div>

You can create your own css-class or you can use following predefined CSS classes:

  • big_white
  • big_orange
  • big_black
  • medium_grey
  • small_text
  • medium_text
  • large_text
  • large_black_text
  • very_large_text
  • very_large_black_text
  • bold_red_text
  • bold_brown_text
  • bold_green_text
  • very_big_white
  • very_big_black

In order to change this predefined css-clases please open:

[MAGENTO_DIR] / skin / frontend / default / default / css / webandpeople / advancedslider / amanda.css

Predefined CSS classes are started from the line 714 after "- CAPTIONS-" comment.

  • .tp-caption.big_white
  • .tp-caption.big_orange
  • .tp-caption.big_black
  • .tp-caption.medium_grey
  • .tp-caption.small_text
  • .tp-caption.medium_text
  • .tp-caption.large_text
  • .tp-caption.large_black_text
  • .tp-caption.very_large_text /li>
  • .tp-caption.very_large_black_text
  • .tp-caption.bold_red_text
  • .tp-caption.bold_brown_text
  • .tp-caption.bold_green_text
  • .tp-caption.very_big_white
  • .tp-caption.very_big_black
  • .tp-caption.black
  • .tp-caption a
  • .tp-caption a:hover

Go to contentsBack to previous page