bmuller89 Posted February 1, 2022 Posted February 1, 2022 (edited) Site URL: https://www.writeassist.com.au Hi, I'd like to make the headings of the accordion on the front page standout more, preferably simply by making them bold. Could someone show me how to do that? Thank you Edited February 1, 2022 by bmuller89
KwameAndCo Posted February 2, 2022 Posted February 2, 2022 Select your accordion block Click the "Design" tab Select "Title" Pick a different size If that isn't what you're looking for... And you don't want to use one of your preset styles.. Get the ID for the block (I suggest using the Squarespace Block ID finder) and paste the following in your custom CSS. #yourblockid .accordion-item__title { font-weight: bold; } Changing "#yourblockid" with the ID you get from the tool. You can also adjust other properties of the title by adding more CSS. E.g. #yourblockid .accordion-item__title { font-weight: bold; font-size: 50px; text-transform: uppercase; } Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 For Custom Plugins email me 🧩
bmuller89 Posted February 2, 2022 Author Posted February 2, 2022 Perfect, thank you. That's exactly what I was looking for.
MAG1990 Posted September 13, 2023 Posted September 13, 2023 @KwameAndCo I know this is a bit older - but I am running into the issue where even when I input the block id it is not changing it. It looks something like this. I cannot tell what I am missing. blockyui_3_17_2_1_1692388268894_52666.accordion-item__title { font-weight: bold; }
Web_Solutions Posted September 13, 2023 Posted September 13, 2023 (edited) 4 minutes ago, MAG1990 said: @KwameAndCo I know this is a bit older - but I am running into the issue where even when I input the block id it is not changing it. It looks something like this. I cannot tell what I am missing. blockyui_3_17_2_1_1692388268894_52666.accordion-item__title { font-weight: bold; } I think you have missing "#". Can you try this? #blockyui_3_17_2_1_1692388268894_52666 .accordion-item__title { font-weight: bold; } Edited September 13, 2023 by Web_Solutions MAG1990 and Ainul 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MAG1990 Posted September 13, 2023 Posted September 13, 2023 3 minutes ago, Web_Solutions said: I think you have missing "#". Can you try this? #blockyui_3_17_2_1_1692388268894_52666 .accordion-item__title { font-weight: bold; } Still nothing - https://www.afugn.org/european-members
Web_Solutions Posted September 13, 2023 Posted September 13, 2023 Just now, MAG1990 said: Still nothing - https://www.afugn.org/european-members Thanks for sending the website URL. The block ID was wrong. Please try this #block-yui_3_17_2_1_1692388268894_52666 .accordion-item__title { font-weight: bold; } MAG1990 and Ainul 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
KwameAndCo Posted September 13, 2023 Posted September 13, 2023 I believe @Web_Solutions has you covered here! MAG1990 1 Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 For Custom Plugins email me 🧩
MAG1990 Posted September 13, 2023 Posted September 13, 2023 @Web_Solutions YES! That worked; thank you so much! I used the Squarespace ID Finder for the Block - so I need to figure out how I got the wrong Block ID so I do not repeat it. I was trying everything.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment