Create a span text in Featured Collection

Hello,

In a collection page, I want to write “NIKE” in font-weight:400 and “Dunk Low”

So I write in collection.collection-Nike.json

“<span style="font-weight:400">Nike Dunk Low”

It’s working but when I’m refreshing the page it’s leaves …

If someone have a solution to keep the font-weight style forever

Thanks in advance :slightly_smiling_face:

Store website : https://odrop.fr

wimapi2022

Hi @W-Vnt

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

#CollectionSection-template–16594158321917__16646678222e41e9d0 .section-header__title span{font-weight:400 !important}

Best Regards;

PageFly

Hi @w-vnt ,

Go to Assets > theme.css and paste this at the bottom of the file:

#shopify-section-template--16569597395197__1664753691f1b7c0fd .section-header__title {
  font-weight: 400 !important;
}

Hope it helps!