slider font size; remove extra space

Discussion in 'BlackBird WordPress Theme' started by salanole, Dec 3, 2012.

  1. salanole

    salanole New Member

    Joined:
    Oct 5, 2012
    Messages:
    3
    Likes Received:
    0
    I accidentally deleted all of my custom CSS; I've managed to find most of it in the support forums, but I need help with two things.

    First, how do I change the slider description font size and color?

    Second, how do I remove excess space between the feature image and the feature heading?

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    1)
    Code:
    .flex-caption p {
    color: your color value;
    font-size: 13px;
    }

    2)
    Code:
    .feature-content h1 {
    margin-top: 20px;
    }
     

Share This Page