Remove dashed-lines and Change color of Feature Headline Text

Discussion in 'Infoway WordPress Theme' started by robert l, Oct 6, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Hello Support,

    I appreciate all of the help your provide.

    I changed the template color to a burgundy color(#68211F), though there are white dashed-lines that remain. How do I make the dashed-lines the same color?

    Also, how do I change the font color of the Feature Headline text to white?

    Screen shot is attached to reference...
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .slider_wrapper .infotag{
    background:none;
    }
    #carousel-full{
    background:none;
    }
    .feturebox .featurebox_inner .featurebox_desc h2 a{
    color:white;
    }
     

Share This Page