• Resolved Anonymous User 20235690

    (@anonymized-20235690)


    Hi, im wondering if it is possible for my transparent header to change to #11111 when hovering over the header. Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @reecejackson10

    This should be achievable only using a little bit of CSS, though the snippet might need adjustment for your exact use case, as CSS isn’t something that you set and forget.

    Unfortunately, with your website being behind a coming soon page, I cannot see what I’m working with and cannot provide a starter snippet. Can you please get back to us once you’ve removed the coming soon block?

    Thanks!

    Thread Starter Anonymous User 20235690

    (@anonymized-20235690)

    Hi @cteduard, thanks for coming back to me!

    I have removed it, thanks again for any help on this.

    Hi @reecejackson10

    Something like this, perhaps? —

    #header [data-row*=middle]:hover {
    	background-color: red;
    	transition: background 0.2s;
    }

    Of course, change the colour to whatever fits your design.

    Hope this helps!

    Thanks.

    Thread Starter Anonymous User 20235690

    (@anonymized-20235690)

    Yes that’s perfect! Thanks so much @cteduard

    Really appreciate your help 🙂

    You’re very welcome, @reecejackson10 🙂

    Have a great rest of the week!

    Thread Starter Anonymous User 20235690

    (@anonymized-20235690)

    Thanks 🙂 you too!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Change header color when hovering’ is closed to new replies.