How can I change the highlight color of the menu? Once a submenu is clicked the highlight color appears to be the default? I also am looking to change the color of the line under the page title and the color of the border around the boxes on a contact form.
Thanks in advance.
Can you please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your problem quickly?
Go to Appearance -> Editor -> style.css
add below css code at the end of style.css file and change color code as per your need.
.sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current-menu-parent a.parent{ background-color:#e15e26;}
h1.entry-title::after { background-color: #e15e26; }
It appears that some of the fixes and patches found on these support pages are inherent bugs in the theme. Will Grace Themes be providing a Theme update any time soon?
Is there any way that I can set the theme colour for different pages? Basically, I have a menu of 5 pages and as I have assigned a colour for each page, I would like that the theme colour switches automatically every time you click on these pages.