Change color of misc. lines

Discussion in 'Woodpecker WordPress Business Theme' started by bwdaugherty, Dec 8, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to change the colors of the lines depicted in the two attached photos. i.e one separating the slider from 3 feature area and the one above the widget area. Please advice
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-container {
    border-top: 6px solid yellow;
    }
    .footer-wrapper {
    border-top: 5px solid red;
    }

    Please change color according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page