Jump to content

[Share] Change font color in Accordion Block

Recommended Posts

Some tips to change font color in Accordion Block.

If you can't make it work, you can send link to page where you use Accordion Block, I will check again.

#1. Accordion Title

You can change it in Site Styles > Color > Heading (Small)

image.thumb.png.d13effc1eea24bb1712b8753c4446111.png

or use this code to Custom CSS box.

/* Accordion Title Color */
span.accordion-item__title {
    color: #f1f !important;
}

image.png.1d99c898f1b26524bfb062b44460a50e.png

#2. Accordion Content

You can change accordion content in Site Styles > Colors > Paragraph Medium

image.png.d67888814372ab1de92ffcdc787b7150.png

or use this CSS code.

/* Accordion Content Color */
.accordion-item__description, .accordion-item__description * {
    color: #eeec;
}

image.png.25962b0d46a7bdbb135d1a81e8c2d663.png

#3. Accordion Divider

You can change it in Site Styles > Colors > Accordion Block Divider Color

image.png.b11d1df7992dfaff01fcc16df83bd3e0.png

or use this CSS code

/* Accordion Divider Color */
div.accordion-divider {
    color: #f1f !important;
}

image.png.f6b0ae7cc30fe77749dda9faa9530464.png

#4. Accordion Plus/Minus/Arrows

You can change it in Site Styles > Colors > Accordion Block Icon Color

image.png.dac4d2538cd635805de5f88d9660bcf0.png

or use this CSS code

/* Plus */
.plus>div {
    background-color: #f1f !important;
}
/* Minus */
[aria-expanded="true"] .plus>div {
    background-color: #000 !important;
}

 

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!)

Link to comment
  • Replies 0
  • Views 611
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.