polle Active member Aug 10, 2020 #1 I have a custom navigation menu with 3 items inside (3 links). I want to style the tab of my custom navigation. How can I add a class to it so I can apply custom CSS? Thanks.
I have a custom navigation menu with 3 items inside (3 links). I want to style the tab of my custom navigation. How can I add a class to it so I can apply custom CSS? Thanks.
BassMan Well-known member Aug 12, 2020 #3 Inspect tab and search for data-nav-id. This will be your navTab ID. Then use [data-nav-id="yourNavID"] as CSS selector. Upvote 0 Downvote
Inspect tab and search for data-nav-id. This will be your navTab ID. Then use [data-nav-id="yourNavID"] as CSS selector.