• Resolved hellblauervogel

    (@hellblauervogel)


    Dear all,

    again me and many greetings from Vienna. Trying now desperately to adding a mouseover to my navigations (header and footer).

    I added the following to the additonal CSS:

    #navigation li a:hover{
    color: #6947F3;
    text-decoration: underline;
    }

    But nothing is happening. What did I do wrongly?

    Looking forward to hearing from you and

    Thank you!

    Angelika

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator jordesign

    (@jordesign)

    Hi @hellblauervogel

    Looking at the site – it looks like the #navigation ID isn’t actually in the structure of the page. You can try using this CSS instead

    .wp-block-navigation .wp-block-navigation-item a:hover{
    color: #6947F3;
    text-decoration: underline;
    }
    Thread Starter hellblauervogel

    (@hellblauervogel)

    Thank you so much for your help! Now I start understanding the selectors that I have to use for WordPress. Well I still have to learn a lot and I am really looking forward to that.

    Topic is resolved.

    Thank you and BR

    Angelika

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘trying to add mouse over in header navigation’ is closed to new replies.