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
Goal: Change the product page accordion title from “Reviews” to uppercase “REVIEWS” in the Broadcast theme.
What was proposed:
Context/notes:
Latest update and status:
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
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!
@dmwwebartisan Thank you so much
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
Hi Kinjaldavra,
I would like to change the accordion title to the font we uploaded. Can you help me with the code that I must paste to assets/theme.css ??
Yes I can help you can you please share your site URL so I can help you