What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Space between title and star rating + size of review text

Solved

Space between title and star rating + size of review text

elise1
Tourist
12 0 7

Screenshot 2024-09-04 at 13.13.18.pngHello, 

in this section I want to reduce size between my title and the stars rating 

+ reduce the size of the review's text 

 

Someone could help me please 

 

 

Accepted Solutions (2)
GTLOfficial
Shopify Partner
676 143 138

This is an accepted solution.

Hello @elise1 


Go to online store ----> themes ----> actions ----> edit code ---->assets ---->novstyle.css
add this code at the end of the file.

.pt-25 {
padding-top: 0px !important;
}

.section-testimonials .testimonial-item__quote {
font-size: 14px !important;
}

result
2.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @elise1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.testimonial-item.item > div {
    padding-top: 0 !important;
}

span.sub_title p {
    margin-bottom: 0 !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1725431419348.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

BSSCommerce-HDL
Shopify Partner
2305 834 908

Hi @elise1Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Tech_Coding
Shopify Partner
418 111 98

Hello @elise1 

Can you please share store URL?

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
elise1
Tourist
12 0 7
GTLOfficial
Shopify Partner
676 143 138

This is an accepted solution.

Hello @elise1 


Go to online store ----> themes ----> actions ----> edit code ---->assets ---->novstyle.css
add this code at the end of the file.

.pt-25 {
padding-top: 0px !important;
}

.section-testimonials .testimonial-item__quote {
font-size: 14px !important;
}

result
2.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Tech_Coding
Shopify Partner
418 111 98

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .testimonials-slider .pt-25 {
      padding-top: 0 !important;
  }
  .testimonials-slider span.sub_title.font-400 p {
       margin-bottom: 0 !important;
   }
</style>

Tech_Coding_0-1725431467590.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

DelightCart
Shopify Partner
1264 83 157

@elise1 Can you please send me store URL?

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @elise1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.testimonial-item.item > div {
    padding-top: 0 !important;
}

span.sub_title p {
    margin-bottom: 0 !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1725431419348.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now