Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello everyone. Trying to find a way to reduce the text size of this subheading but only in this section. The section type is 'testimonials'. Please see the picture below - the subheading I am referring to is highlighted.
Solved! Go to the solution
This is an accepted solution.
Oh, I didnt notice. Replace with this code then. Same Instruction.
.shopify-section.shopify-section--testimonials .prose p {
font-size: .8rem;
}
And SAve.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey @btwu10
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
My store URL is https://solarisextracts.com/. The store is active and there is no password. Thanks for looking into it, Moeed.
Hey @btwu10
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
section-header.section-header span {
font-size: 25px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed. I added the code as suggested and it is only reducing the size of the main header "Customer Reviews" instead of the subheader. Does the code need to be slightly changed to work on the subheader?
Hi @btwu10
Try this one.
.shopify-section.shopify-section--testimonials p.bold {
font-size: .8rem;
}
The default size is 1rem.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thought this was the working solution but unfortunately the heading of each testimonial card is now also reduced in size as seen in the highlighted text below "Corey K | Verified Customer". Hoping to keep those headings the larger size.
This is an accepted solution.
Oh, I didnt notice. Replace with this code then. Same Instruction.
.shopify-section.shopify-section--testimonials .prose p {
font-size: .8rem;
}
And SAve.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Sorry for the switch around again. I just looked closer and the size of the main header (highlighted) is now reduced along with the subheader. Is there a way to keep everything else in the section the same text size and only reduce the subheader "Let customers speak for us"?
Sorry, I didn't touch the header. Are you sure you only added the code I gave, or did you add another code? You clearly stated in your post only the subheading not the header.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Oh wow, you were right. I forgot to remove the other code that was suggested. Thank you so much. Extra props for being so detail oriented!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024