bmuller89 Posted February 1, 2022 Share 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 Link to comment
KwameAndCo Posted February 2, 2022 Share 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; } If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. Some links may be affiliate/referral links. You can also thank me by buying me a coffee ☕. Squarespace Tips & Tricks: @squareskills (Youtube 📺 Tutorials - Resource site coming soon) Link to comment
bmuller89 Posted February 2, 2022 Author Share Posted February 2, 2022 Perfect, thank you. That's exactly what I was looking for. 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