• Resolved azkalaty

    (@azkalaty)


    Hello everyone,

    I’m currently facing a problem using Hestia (latest version available) for my personal website.

    I changed some colors (and other things), successfully.

    But, there is one little thing that I cannot resolve: if you go to https://paul-regnier.fr and try to place your mouse over a link in a drop-down menu (like “MOI” or “PROJETS” for instance), you will notice a very light but real “dimming” of the white link to something closer to a grey. I already customized the CSS code to make sure that both unhovered and hovered links are coloured in white, but no luck with this. Same thing with links in the main content of a page, for instance in https://paul-regnier.fr/mes-publications-scientifiques/

    I noticed this is a native behaviour of the theme, because the same effect is also noticeable in the Hestia demo page.

    Is there anything that we can do to remove this effect on hovered links ?

    Thank you a lot for your help !

    Best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @azkalaty,

    That’s because opacity is set, try applying this to Appearance->Customize->Additional CSS section:

    #main-navigation ul li ul li a {
     opacity: 1;
    }

    I hope it helps!

    Thread Starter azkalaty

    (@azkalaty)

    Hello @bvytis ,

    Thank you a lot for your help, it effectively was the opacity parameter, which I totally forgot about… I adapted your code to remove this effect on links and images all over my website.

    Thank you very much ??

    Have a nice day !

    Hi guys, I’m also having problems with the hover effect on the hestia theme because I’ve set some custom colors on elementor but each time I hover over an image or button, it turns grey… none of the custom CSS above worked.

    • This reply was modified 4 years, 1 month ago by splendid102.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove auto color effect on links’ is closed to new replies.