- This topic has 3 replies, 3 voices, and was last updated 6 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Remove "Logout" in the Store Affiliate Menu
Hi,
I would remove the “Logout” element in the Store Affiliate Horizontal Menu.
The problem is that it does not have a class to use for a display:block via css.
Is there a way to remove one or more Menu items?
Kind regards
G.Aloe
@jscmal, Try this CSS:
#aff-controls ul li:nth-child(6) {
display:none;
}
Hi. Thank you very much.
It works. 🙂
Where did you apply that CSS