Slider caption text - Slider description text

Discussion in 'BlackBird WordPress Theme' started by stepsand1975, Feb 5, 2013.

Thread Status:
Not open for further replies.
  1. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Hello.

    1. I would like to change the color of the slider description (the now smaler, grey text) which appears under the slider heading.

    2. Is is it also possilble to change the fonts and the fonts size of the slider heading and the slider descripiton text?

    Best regards
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For your first and second issue, paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .flex-caption p {
    color:red;
    font-size: 15px;
    font-family:"Trebuchet MS";
    }
    .flex-caption h1 a {
    color: white;
    font-size: 24px;
    font-family: "Trebuchet MS";
    }
    you can change the values of color ,font-size and font-family as you required.
    This will solve your issue.
    Thanks.
     
    stepsand1975 likes this.
  3. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Thank you very much.
     
Thread Status:
Not open for further replies.

Share This Page