Notifications
Clear all

[Solved] The color of the text of the menu item of the active page. How?

3 Posts
2 Users
2 Reactions
842 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

Hi!

The color of the TEXT of the menu item of the active page. How?
   - Unfortunately, I can't figure out which CSS code defines it. 🙁

Thanks in advance!

[img] [/img]

This is the setting for the background of the activin menu:

#wpforo #wpforo-wrap .wpforo-active,
#wpforo #wpforo-wrap #wpforo-menu li:hover,
#wpforo #wpforo-wrap #wpforo-menu .current-menu-ancestor,
#wpforo #wpforo-wrap #wpforo-menu .current-menu-parent,
#wpforo #wpforo-wrap #wpforo-menu .current_page_item a:active {
background-color: #2d2d2d!important; }

Topic Tags
2 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

@zit3k,

Try this CSS:

#wpforo #wpforo-wrap.wpf-dark #wpforo-menu li.current-menu-item a  {color:red }
1 Reply
ZiT3K
(@zit3k)
Joined: 3 years ago

Estimable Member
Posts: 92

@chris 

You are a god, it works! Thank you!