Featured Box Question

Discussion in 'Appointway WordPress Theme' started by bluelightsec, Feb 22, 2015.

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

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    I would like to change the Feature Box h4 color and bold the text from the gray. ( please see image)
    I was able to change the description color but i need this as well.
    www.homealarmdealer.com

    Thank You


    [​IMG]
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featurebox_desc h4 a {
    color: green !important;
    font-weight: bold !important;
    }
    .featurebox .featurebox_desc p {
    color: red !important;
    }
    Thanks,
    Praveen
     
  3. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    Thank You once again for he great support
     
Thread Status:
Not open for further replies.

Share This Page