Colored Text Keeps Changing Back to Black? (Brooklyn Theme)

Hey guys!

Can somebody help me? The colored text on my Brooklyn Theme product page keeps changing back to black after the script fully loads. Can somebody help me change the coloring of all my HEADING 6 to #5395E9 using a code so the text stays in the desired color? Thank you so much!

shopcutify.com/blender

Hello @StoreHelpNeeded :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file custom.css and add this code at the bottom

h6 span {
    color: #5395e9 !important;
}

Hope it helps!

Hello there, the color still changes back to black after the script loads, can you please check? Thank you!

The colored text on my Brooklyn Theme product page keeps changing back to black after the script fully loads. Can somebody help me change the coloring of all my HEADING 6 to #5395E9 using a code so the text stays in the desired color? Thank you so much!

shopcutify.com/blender

Did you try adding the code above to custom.css file?

If it does not work, please try this code instead

.smart-tabs-content-block h6 span {
    color: #5395e9 !important;
}

This works! Thank you so much

1 Like

You are welcome! Hope you the best.