Change Line Color

Discussion in 'ColorWay WordPress Theme' started by sherilj1, Apr 14, 2013.

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

    sherilj1 New Member

    Joined:
    Sep 20, 2012
    Messages:
    13
    Likes Received:
    0
    I'm new to this and I need to change the line color at the top of the page that surrounds the page headings.
     
  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:
    .slider-container {
    border-bottom: 3px double red!important;
    }
    .content-info {
    border-bottom: dotted 1px red!important;
    }
    Inplace of "red" put your color code.
     
  3. sherilj1

    sherilj1 New Member

    Joined:
    Sep 20, 2012
    Messages:
    13
    Likes Received:
    0
    Thanks!!
     
Thread Status:
Not open for further replies.

Share This Page