Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1053519

    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!

    #1053563

    Hey stewroids,

    Do you mean that you want to change the hover colour of the buttons?

    Best regards,
    Rikard

    #1053963

    Hello Rikard,

    Yes.

    Right now it’s a dark red, and when hovered, it turns into a light red.

    Thank you!

    #1054848

    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

    #1068601

    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!

    #1068841

    Hi,

    Thanks for the update. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.