Hello,
I am having trouble with these two issues:
1) Changing the color of the button (main content) when it’s highlighted
2) Changing the color of the button (of the menu) when it’s highlighted
I thought it would be under style options, but can’t seem to find it
Thank you!
Hey stewroids,
Do you mean that you want to change the hover colour of the buttons?
Best regards,
Rikard
Hello Rikard,
Yes.
Right now it’s a dark red, and when hovered, it turns into a light red.
Thank you!
Hi,
Have you tried adjusting the color value of the “Highlight color” or “Alternate Background Color” options in the General Styling > Logo Area panel? Those are the colors used for the menu hover, buttons etc. If you want to change it manually, use this css code:
#top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text {
background-color: blue;
color: red !important;
border-color: purple;
}
You can adjust the color values as you wish.
Best regards,
Ismael
Yes, I have tried changing both the Highlight color and Alternate Background Color with no success.
Could it be anywhere else? I’m also having trouble changing the color of the buttons on the main content as well, seems like they’re not changing to whatever I change it to.
Thank you!