br490 Posted August 11, 2021 Posted August 11, 2021 Hello all, I am trying to style my nav links, in particular my categories which I have linked into a folder, so therefor they are sub menus. I want them to be bold when I am currently on that particular page. Any help is appreciated
iamdavehart Posted August 11, 2021 Posted August 11, 2021 can't see your site as no link posted, but you could add some css to your site's Custom CSS section to do this. tested this on my 7.1 site. .header-nav-folder-item--active { font-weight:bold; } The active top-level folder should already be styled differently (with an underline usually), but you can target that with css like this .header-nav-item--folder.header-nav-item--active { font-weight:bold; } Dave Hart. Software/Technology Consultant living in London. buymeacoffee
dantone1 Posted June 15, 2022 Posted June 15, 2022 Hi, this code doesnt seem to work on my site, able to help pls? https://tangerine-coconut-kfnn.squarespace.com/ pw: welcome123
tuanphan Posted June 16, 2022 Posted June 16, 2022 4 hours ago, dantone1 said: Hi, this code doesnt seem to work on my site, able to help pls? https://tangerine-coconut-kfnn.squarespace.com/ pw: welcome123 I see you solved with this code? div.header-nav-item--active a { background-image: none !important; font-weight: bold; } dantone1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment