Custom .css

Home Forums Use Any Fonts Custom .css

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1725
    Kathy
    Guest

    Trying to change the font for a specific area in my WP theme and can’t get it to work. What
    exactly do I put in the custom field to change the following caption from Trebuchet to
    Thinkdust – Roka:

    .nivo-caption p {
    padding:140px 10px 0 30px;
    margin:0;
    font-family:”Trebuchet MS”, Arial, Helvetica, sans-serif;
    font-size:50px;
    line-height:46px;
    text-transform:uppercase;
    color:#fff;

    Thanks!!

    #1727
    Dinesh
    Keymaster

    Hi Kathy,

    Our custom css box only accepts custom element, not the css style.

    So you need to keep .nivo-caption p in that box. The plugin add font style to those elements automatically. For other css style you may need to edit your theme stylesheet file or use custom css editor plugin.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom .css’ is closed to new replies.