How do I change the background color as shown in the screen shot. Also, in the theme options 'styling' color settings, I want purple which is there, but I want to change the exact colour used (i.e. I have the hex colour code I want to use). Thanks.
Hello, Greetings from InkThemes! To change background color, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body.compass_theme { background: lightsteelblue; } For the second requirement, You can use below code in Custom CSS field of your dashboard... Code: #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover { background-color: #8A2BE2; border-bottom: 2px solid #8A2BE2; } Note: Change color as per your interest.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com