Format Text in Sliders

Discussion in 'BlackBird WordPress Theme' started by rapidresults, Apr 11, 2013.

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

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi:

    Is there any way to format the text that goes in the sliders? I use quotes in my sliders and want to bold the quote and italicize the author.

    My site is rapidresults.org.

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption p {
    font-weight: bold;
    font-style: italic;
    }
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thank you.

    Maybe you could help me a little more please...

    The slider heading text is in all caps. How can I remove the "all caps" and make it regular sentence case. I'd also like to make the slider heading text red and bold.

    I'd like to make the slider description text white and italics.

    Thanks very much.

    Val
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption h1 a {
    text-transform: none;
    font-weight: bold;
    color: red!important;
    }
    .flex-caption p {
    color:white!important;
    font-style: italic!important;
    }
     
  5. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thanks so much! Really appreciate the help.
     
Thread Status:
Not open for further replies.

Share This Page