Using Dawn theme. URL: https://www.empiricalwater.com
-
Notice that if you click on About or FAQ, those pages use a faded text color. I need the text color to be #103C8B.
-
How can I make the collapsible row titles in bold on this page? https://empiricalwater.com/products/truth-serum
Thanks!
Hello @empiricalarby
Its Artzen Technologies! We will be happy to help you today.
Add this code to your CSS file --:
.product__info-wrapper .accordion__title {
font-weight: bold;
}
.rte {
color: #103C8B;
}
Let me know if need further assistance
Regards,
Artzen Technologies
1 Like
Thank you, worked like a charm.