Shopify themes, liquid, logos, and UX
HEllo,
I am trying to CAPITALIZE the accordion title from "Reviews" to "REVIEWS"
I would be so grateful for your help
My URL :https://www.ambigoose.com/products/respect-water-cleanser?variant=37129348481223
Thank you
Jon
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
.template-product .accordions-holder .accordion__title{
text-transform: uppercase !important;
}
Hope this works.
Thanks!
This is an accepted solution.
hello @JonX
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-product .reviews-holder .accordion__title{
text-transform: uppercase !important;
}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
.template-product .accordions-holder .accordion__title{
text-transform: uppercase !important;
}
Hope this works.
Thanks!
This is an accepted solution.
hello @JonX
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-product .reviews-holder .accordion__title{
text-transform: uppercase !important;
}
Hi
Yes I can help you can you please share your site URL so I can help you
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024