katemadsen Posted September 23, 2022 Share Posted September 23, 2022 Site URL: http://rituelstudio.co I posted this before, but my question was not answered. I am trying to make a single word bold throughout the entire website. Not in the title!! It is in the header as one of the menu items and must be bold. Can someone show me how to do this using css? Thanks for any help!! Kate Link to comment
Solution joseph81 Posted September 23, 2022 Solution Share Posted September 23, 2022 Hi Kate ! So in the custom css panel you can target that specific navigation item by order of the item or by content of the url for example. .header-nav-list .header-nav-item:nth-child(2) { font-weight: bold } The other way is to target something specific on that item like the href attribute value in the link: .header-nav-list a[href="/services"] { font-weight: bold } katemadsen 1 Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Link to comment
katemadsen Posted September 23, 2022 Author Share Posted September 23, 2022 That did it Joseph81! Thank you! I used the second the option you gave. Thank you very much for your help!! Kate joseph81 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment