Change hover colour?

Posted 5 years, 3 months ago (Edited 5 years, 3 months ago) by Kaerralind

Okay, so more elaboration here,

I'm looking to change the colour of my world forum's hover colour. My problem is the category section. I hover my cursor over the category, no clicking, and that's the colour I want to change.

Kaerralind

Okay so I've tried the

:hover .forum-category-wrapper .forum-category-forum {
background-color: #545b75;
color: #fff;
}

And while it changes the colour, I hover anywhere over the actual page the whole forum section changes to the hover colour. Cursor not on page: https://gyazo.com/d39385bae7f75f652f58d2132b3cb406

So it ends up looking like this when you hover over the actual page itself and then when you over the forum sections it turns white: https://gyazo.com/e2d3ee2d9afe2956d9aa703d0e0f9f36

Kaerralind

!!! Thank you so much Lotor !!!

That fixed the problem perfectly!!

I'm still very new to CSS so I wasn't sure what to do with that. xD