Jump to content

Editing size of H5 and Paragraph Code Abbreviations

Recommended Posts

Site URL: https://www.shopmaisaguam.com/faqs

I am trying to edit the size of the text in my FAQ drop down menu, more specifically the question. I customized it to display the text using the font default for Heading 5 (H5), however, I can't seem to find where I can edit the size for Heading 5. The font editor only allows for edits up to Heading 4 (H4). How can I edit the size of Heading 5? Or is it even possible? 

Second, I understand the code abbreviation for headings begin with the letter and then the number (H1, H2, H3...) but what is the abbreviation for paragraphs? If it isn't possible to edit the size specs for Heading 5 maybe I'll just switch it to Paragraph 1 instead? 

Quote


<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>$(document).ready(function(){
    $('.markdown-block .sqs-block-content h5').addClass('ui-closed').css('cursor','pointer');
    $(".markdown-block .sqs-block-content h5").nextUntil("h5").slideToggle();
    $(".markdown-block .sqs-block-content h5").click(function() {
      $(this).nextUntil("h5").slideToggle();
      $(this).toggleClass('ui-closed ui-open');
    });
  });
  </script>

 

 

Link to comment
  • Replies 1
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

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