<a href=> not changing the hover status

Hi

I don't know why <a href=> not changing the hover status , I mean not changing the color !

You already have my website link , please cheek these: /results/

I'm Using the muffin builder

Thanks

Comments

  • Hello,

    Did you solve your issue?

    Because I have visited this page and after hovering over a couple of items, the color changed (from blue to dark/dark blue).

    Or maybe I am looking at the wrong items. Can you describe to me which items you are referring to?


    Thanks

  • Hello @Phil

    Unfortunately the problem isn't solved , the color you saw was correct but many items not changing

  • I found two links at the top of the page that are not changing after hovering over them.

    That is because the <a> tag is between <h2> tag that is overwriting the color setting.

    If you would like to change it, you will have to use Custom CSS Code and place it in the Custom | CSS section to affect it only for that page.

    This is an example of such a Code:

    h2 a:hover{
     color: #021370!important;
    }
    

    Thanks

  • You know what was the problem ??? It was my bloody google chrome , now I decide to migrate from chrome to Mozilla Firefox

    it wasn't the first time ,

    By the way thank you very much??

  • No problem. ?

    That is great you found the source of your problem.


    Best regards

Sign In or Register to comment.