Bold text of announcement bar -Prestige theme

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above

1 Like

Please add the following code at the bottom of your css file.

.AnnouncementBar p.AnnouncementBar__Content.Heading{
font-weight:600;
}
1 Like

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 :


PageFlyVictor_0-1679319871690.png

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Thank you!