Hi,
I have the Refresh theme on my store and I would like to know how can I make the text bold on my announcement bar.
Also would like to know if there is a way to add a payment logo on my Announcement bar.
Thanks in advance.
A user with the Refresh theme wants to:
1. Bold announcement bar text:
theme.liquid or base.css filesfont-weight: bold !important; targeting announcement bar classes2. Add payment logo to announcement bar:
Implementation steps (general pattern):
theme.liquid or base.css fileStatus: Partial resolution - text bolding addressed with code examples, but payment logo integration remains unanswered. One responder requested store URL to provide more specific guidance.
Hi,
I have the Refresh theme on my store and I would like to know how can I make the text bold on my announcement bar.
Also would like to know if there is a way to add a payment logo on my Announcement bar.
Thanks in advance.
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @Edwardtalon13 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hello @Edwardtalon13
You can try this code: it might be helpful to you-
Go to the setting> Edit code> base.css file>Paste the code at the bottom.
p.announcement-bar__message.h5 {
font-weight: bold!important;
}