Change Line Colour

Discussion in 'ColorWay WordPress Theme' started by rlculver, Feb 25, 2015.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Hi,

    I would like to change the line colour from a black to another colour.

    How is this possible.

    These are the lines which appear above and below the menu bar.

    Attached is a attachment showing the lines.

    Thanks
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

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

    Code:
    .header .menu-bar {
    border-top: 3px double green !important;
    border-bottom: 3px double green !important;
    }
    
    Thanks,
    Praveen
     
  3. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Many Thanks :)

    Can we do this for the other lines on the main home screen?

    Thanks
     
  4. praveen

    praveen Support Staff

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

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

    Code:
    .slider-container {
    border-bottom: 3px double green !important;
    }
    .content-wrapper .content-info.home {
    border-bottom:  3px double green !important;
    }
    #content {
    border-bottom: 3px double green !important;
    }
    
    Thanks,
    Praveen
     

Share This Page