CAPITALIZE of accordion title | Broadcast Theme

Solved

CAPITALIZE of accordion title | Broadcast Theme

JonX
Explorer
76 6 33

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

Screen Shot 2021-07-29 at 11.42.51 AM.png

 

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@JonX 

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Kinjaldavra
Shopify Partner
2303 570 1426

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;
}

 

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@JonX 

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
JonX
Explorer
76 6 33

@dmwwebartisan Thank you so much

Kinjaldavra
Shopify Partner
2303 570 1426

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;
}

 

VIDABERLIN
Visitor
3 0 0

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 ?? 

Kinjaldavra
Shopify Partner
2303 570 1426

Yes I can help you can you please share your site URL so I can help you