How To Make The Heading Of A Collapsible Row Bold In Dawn Theme

Solved

How To Make The Heading Of A Collapsible Row Bold In Dawn Theme

miltokas
Explorer
100 0 27
Hi there!
I need to know how To Make The Heading Of A Collapsible Row Bold In Dawn Theme.

Website url: www.vengastore.com

I tried this code but didn't work out:

<style>
.accordion .accordion__title h2 {
font-weight: bolder !important;
}
</style>

 

miltokas_0-1705268136747.png

 

 
Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 229

This is an accepted solution.

Hello @miltokas 👋

Try this code instead

<style>
.accordion h2.accordion__title {
font-weight: bolder !important;
}
</style>
Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Reply 1 (1)

ZenoPageBuilder
Shopify Partner
1052 203 229

This is an accepted solution.

Hello @miltokas 👋

Try this code instead

<style>
.accordion h2.accordion__title {
font-weight: bolder !important;
}
</style>
Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com