Jump to content

FAQ page

Recommended Posts

  • Replies 4
  • Views 1.3k
  • Created
  • Last Reply

Add to Design > Custom CSS

 /* FAQ page title size */
body#collection-6001da758589f273e9a7e1bf .markdown-block h3 {
    font-size: 15px !important;
}

You can also use this plugin to add accordion, easier to install/customize.

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

thanks for the reply Tuan, the code did markdown the size of the text, however, it didn't do exactly what I was looking for.

it did manage to scale down the sub headers but didn't effect the main header and the content under the subheaders.

I am using this code already for the accordion: 

<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
 $(document).ready(function(){

 $('.markdown-block .sqs-block-content h3').css('cursor','pointer');

 $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle();

 $(".markdown-block .sqs-block-content h3").click(function()
{$(this).nextUntil("h3").fadeToggle();});
 });
 </script>

Screenshot 2021-02-19 at 14.08.09.png

Link to comment
  • 3 weeks later...
On 2/19/2021 at 9:15 PM, kamrojo said:

thanks for the reply Tuan, the code did markdown the size of the text, however, it didn't do exactly what I was looking for.

it did manage to scale down the sub headers but didn't effect the main header and the content under the subheaders.

I am using this code already for the accordion: 

<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
 $(document).ready(function(){

 $('.markdown-block .sqs-block-content h3').css('cursor','pointer');

 $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle();

 $(".markdown-block .sqs-block-content h3").click(function()
{$(this).nextUntil("h3").fadeToggle();});
 });
 </script>

Screenshot 2021-02-19 at 14.08.09.png

I see your site on tablet, has a huge space here. Do you want to remove it?

image.thumb.png.e4d7e115e5c360bcd6276376f260744c.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

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.