• Hi,

    how do I make the “custom css”-field work?
    I entered:
    font-family: arial; font-size:14px; font-style:italic; font-color: #000;

    but nothing happens!

    And how do I customize the icon size in that field?

    Philofox

Viewing 1 replies (of 1 total)
  • Your code lacks the selector.

    This works:

    .text-slideshow {
      font-color: #000;
      font-family: arial;
      font-size: 14px;
      font-style: italic
    }

    And for the icon size:

    #text-slider-controls i {
      font-size: 20px
    }

    Customize the font-size value for your pleasure. ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to enter css tags?’ is closed to new replies.