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
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
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