FAQ remove border & make the distance between the questions smaller

Hi

Please remove the border & make the distance between the questions smaller:

Shop: https://sa2j5n3vi5d85dlj-70487015690.shopifypreview.com

1 Like

Hi @admintb

Do you mean like this?

If it is try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.accordion {
    border-block-width: 0px;
}
span.accordion__toggle.text-lg {
    padding: 10px;
}
  • And Save.
  • Note: You can decrease/increase the sizes.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Yes, but please change the question text to the left side like the title

Hi @admintb

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css

#shopify-section-template--18161034756362__faq .accordion {
    border-block-width: 0px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Do you mean like this?

If it is, try this one.

Same Instruction.

section#shopify-section-template--18161034756362__faq .faq {
    justify-content: left;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Can you please reduce the spacing between the questions?

Can you please reduce the spacing between the questions?

1 Like

I already give that code. If you dont like the space you can adjust the padding, the first code that I give.

span.accordion__toggle.text-lg {
    padding: 0px;
}

This one. If its not working please share the preview again. Thanks!

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Please check my latest reply :slightly_smiling_face: