I have install a custom CSS Plugin, but I cant fix it with a code because I don’t know the code to make that color purple
Try using Firefox with the Firebug add-on to locate the CSS that you need to over-write via your custom CSS plugin. Or use whatever developer tool is available in your web browser.
If you need the hexadecimal code for a particular colour, see http://www.w3schools.com/tags/ref_colorpicker.asp
In your style.css add the below code..
.navbar-inverse .nav > li > a:hover
{
background-color:#7A007A !important;
}
But now I am looking again and if I stand with my cursor at BEHANDELINGEN than it is purple but when I move down to Mani-Q or other things the titel BEHANDELINGEN is pink again.
hey when hover in sub menu it change the color of main menu..please check again..
Yes I mean when I hover in sub menu the main menu is pink again. How can I fix that?
Add the below code in style.css file then check and let me know it is working or not..
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
color: #ffffff;
background-color: #7A007A !important;
}
No! Do not add anything to the theme’s stylesheet. Use a custom CSS plugin.
It is working!
Thanks a lot Riyush! Have a nice day
You welcome and nice to meet you dear..
[Link removed]
🙂
how to set the sub pages in main menu page. other themes already set the sub pages under the main menu page. but this theme not set. what to do.