Skip to:
Content

BuddyPress.org

Opened 5 months ago

Last modified 5 months ago

#8929 new defect (bug)

Menu not having proper active class

Reported by: pitamdey's profile pitamdey Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Awaiting Review Priority: lowest
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: has-screenshots
Cc:

Description

URL : https://buddypress.org/support/
The Top menu doesn't have proper active class like about,download and news is working fine but their is an issue with the support, get involved and documentation menu

Attachments (2)

Screenshot 2023-06-30 at 12.05.49 PM.png (35.2 KB) - added by pitamdey 5 months ago.
There is no active class in this menu
Screenshot 2023-06-30 at 12.05.36 PM.png (93.4 KB) - added by pitamdey 5 months ago.
This menu has proper active class

Download all attachments as: .zip

Change History (4)

@pitamdey
5 months ago

There is no active class in this menu

@pitamdey
5 months ago

This menu has proper active class

#1 @pitamdey
5 months ago

Can't we add active class to all the menu option

#2 @pitamdey
5 months ago

We Can fix this by applying active class css to the menu in which it is not working.
Something like this :

#nav li a:active {
	background-color: #dd823b;
}
Note: See TracTickets for help on using tickets.