Jump to content

[Share] Styling Specific Text in Accordion Block

Recommended Posts

Some useful CSS code to change specific text in Accordion Block.

If you can't make code work, you can send link to page where you use Accordion + let me know which text you want to change style, I will check again.

#1. Change style of Non-clickable text

First, you need to find the Accordion Block ID. Use below tool.

In my example, we will have: #block-yui_3_17_2_1_1722935850341_3420

image.png.3513be3d07a1a77060c3d4974b5b997d.png

Next, suppose you need to change the style of 2 texts, you can highlight them > click the link icon

image.png.6730ee8b53d87fcce985c6a2ff35dc2f.png

and add link: #text01, #text2.

image.png.90b7359027bb0c36c6785843d95a4218.png

image.png.63ec3fd10f1887bdbe7ef4740fa9934e.png

make sure the option “Open link in New Tab” is disabled.

You will have

image.png.5c1c440ec488ffcdb055b615c0dec34e.png

Next, use this code to Custom CSS box

#block-yui_3_17_2_1_1722935850341_3420 {
  [href="#text01"] {
    text-decoration: none !important;
    color: #f1f;
    font-size: 50px;
    pointer-events: none;
  }
  [href="#text2"] {
    text-decoration: none !important;
    color: yellow;
    font-size: 15px;
    position: relative;
    top: -20px;
    pointer-events: none;
  }
}

image.png.a446f307581e7f351fa7974b5a565094.png

Result

image.png.7537e9ecbe65adfcf1c9102506f867cc.png

#2. Change style of clickable text

Suppose you added this link to the text:

image.png.59c2b132630ceb264a0ec905d1dca643.png

To change style of the text, use this code to Custom CSS box

#block-yui_3_17_2_1_1722935850341_3420 a[href="/contact"] {
  color: red;
  font-size: 30px;
  font-family: monospace;
}

image.png.cd72e2340a0eb166b0096bb38680bc52.png

Result

image.png.2bbb03093ec4309fa2d9c6dcbfa0fa8f.png

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 595
  • 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.