Looking to make it bolder and bigger, just the gold announcement bar
website: zoticnewyork.com
![]()
A user seeks to make the announcement bar on their Prestige theme store (zoticnewyork.com) bolder and larger, specifically targeting the gold/yellow bar.
Attempted Solutions:
.AnnouncementBar__Content.Heading with font-weight: bold and font-size adjustments (ranging from 18px-20px)Current Status:
Note: Some text in the conversation appears corrupted or reversed, making certain code snippets difficult to verify.
@AMOB - add this to the very end of theme.css file and check, adjust number as per the need
p.AnnouncementBar__Content.Heading {font-size: 20px; font-weight: bold;}
did not work, I only want the yellow announcement bar bold and bigger, did not do anything ![]()
Hi @AMOB
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file
.AnnouncementBar__Content.Heading {
font-weight: bold !important;
font-size: 18px !important;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
@AMOB - try this
.AnnouncementBar__Wrapper {padding: 20px 15px;}
nope
nope ![]()
Hi @AMOB
you can try again with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag
Please refer to this screenshot: https://prnt.sc/edZKqoJUDuZh
Thank you.
Hello did you find a solution?? I’m struggling to make my header/announcement bar bigger
@LLCo - can you share your page link?