Could someone please help me with code to make the announcement bar bold on my website?
URL: ellibellejewellery.com
Thank you!
Could someone please help me with code to make the announcement bar bold on my website?
URL: ellibellejewellery.com
Thank you!
Hey @Ellibelle
Follow these steps:
Please add the following code at the bottom of your css file.
.AnnouncementBar p.AnnouncementBar__Content.Heading{
font-weight:600;
}
Hi @Ellibelle ,
This is Victor from PageFly - Landing page builder, Iād like to suggest this idea:
Step 1. Go to Online Store ā Theme ā Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Thank you!