Using the Shape’s theme and would like my announcement bar text to be thicker. Thank you!
Hi @JimmyThat ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
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
Oh sorry about that, I mis-capitalized the first letter of the tag. Please try again with the code below. If it still doesn’t work, can you give me the website url, I will check it more carefully
Wow something small like that could mess it up. II had no idea. Unfortunately that did not solve it. The website is jimmythat.com i just remove the password lock so you could view it. Thank you again!
You can please try again with this code below:
![]()
Hello @PageFly-Victor
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.bundle.css>Add this code at the bottom.
.text-sm.text-current.text-center.py-1.lg\:py-2 p {
font-weight: bold !important;
}
Hi @JimmyThat
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
#AnnouncementBar .text-sm p {font-weight: lighter !important;}
Regards,
San

