P PASS Well-known member Feb 16, 2022 #1 Trying to make a child nav link bold in the popup list. I'm guessing this needs to be done in the extra.less template?
Trying to make a child nav link bold in the popup list. I'm guessing this needs to be done in the extra.less template?
P PASS Well-known member Feb 25, 2022 #2 I figured it out. In case anyone else wants to style the links in the nav child menu. Add this to your extra.less CSS: [data-nav-id="your_id_here"] { font-weight: 700; } Upvote 0 Downvote
I figured it out. In case anyone else wants to style the links in the nav child menu. Add this to your extra.less CSS: [data-nav-id="your_id_here"] { font-weight: 700; }
BassMan Well-known member Feb 25, 2022 #3 If you want to do it in Public navigation, edit it like this: Upvote 0 Downvote
P PASS Well-known member Feb 28, 2022 #4 BassMan said: If you want to do it in Public navigation, edit it like this: View attachment 265286 Click to expand... Thanks! Upvote 0 Downvote
BassMan said: If you want to do it in Public navigation, edit it like this: View attachment 265286 Click to expand... Thanks!