Is there a way that header font background stay as it is like brown background color as shown in the image attached.
right now brown color is only on when mouse-hover. I want it to stay as it is when according to the selected page.
Hey Khalid,
Please try the following in Quick CSS under Enfold–>General Styling:
.current-menu-item li a {
background-color: #2B2822 !important;
color:#7A7267 !important;
}
Regards,
Rikard
I applied the code but its not working.
Let me explain again a bit in case.
When you rollover mouse on main menu i.e. HOME background change to darker brown right.
I want that color to stay in the background whichever page is selected. mean when im on the home page, background color of HOME button in the main menu should stay as brown.
I apologize if I couldn’t explain very well last time.
Thanks alot
Hi!
“UNDER CONSTRUCTION”. Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
Yigit
Oh sorry about that.
Please find attached..
Hey!
I have changed the code to following one in Quick CSS field
.av-main-nav > li.current-menu-item > a {
background-color: #2B2822 !important;
color:#7A7267 !important;
}
Please review your website now
Regards,
Yigit
Looks perfect..
Thanks a lot :)