How to change text color in Slider Heading and Slider description?

Discussion in 'ButterBelly WordPress Theme' started by wlcox409, Apr 1, 2015.

  1. wlcox409

    wlcox409 New Member

    Joined:
    Feb 27, 2014
    Messages:
    7
    Likes Received:
    0
    Can you please provide CSS code to allow me to change the color (and size) of the slider headings and the slider descriptions. Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello wlcox409!

    Please follow the screenshot given below.
    butterbelly_disable_cufon.png
    Now,paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption h1 a {
      color: red;
      font-size: 24px;
    }
     
    .flex-caption p {
      color: blue;
      font-size: 18px;
    }
    Thanks,
    Praveen
     
  3. wlcox409

    wlcox409 New Member

    Joined:
    Feb 27, 2014
    Messages:
    7
    Likes Received:
    0
    Thank you Praveen,
    I have made the changes as you suggest. This code changes the Slider heading to red, but it doesn't change the color of the Slider description (to blue). I can vary the color of the Slider heading by change "red" to "white" etc, but I have no control over the color of the Slider description text. This code also changes the font style. How can I keep the original font style and also change the color of the Slider description. Here is the URL - jfd.wilcoxonline.org

    Thank you for your help.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Please use the following CSS code :-
    Code:
    .flex-caption h4 {
      color: white;
      font-size: 18px;
    }
    As far as issue regarding font style is concerned, eariler font was cufon text ( convert text to image ). So, I will suggest you to use font resemble to cufon text.

    Thanks,
    Praveen
     

Share This Page