Jump to content

Formatting in the Accordion Titles?

Recommended Posts

Hi,

I am trying to figure out how to do formatting in the title part of an accordion block.

In particular, I need part of the title to be in italics, like this:

Normal text Italics

I cannot work out how to do this! Any idea how to format text in the title part of an accordion block?

Link to comment
  • Replies 2
  • Views 553
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

First, add this to Settings > Advanced > Code Injection > Footer

 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
  $("span.accordion-item__title").each(function(){
    $(this).html($(this).text());
  });
});
</script>

Next, edit accordion title, use this format

Accordion Item 2 <em>Text 2</em>

Screenshot_1.thumb.png.0671f222a1ee7331f630657befd5310c.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

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.