Hello, I’m trying to add our contact phone number on the right hand side of my announcement bar in Refresh. I believe I need to create an additional text section for this in announcement-bar.liquid. Any suggestions?
Hello,
A solution can be by using CSS, perhaps something to the below code:
p.announcement-bar__message.h5:after {
content: "Call us at (123) 345 567" !important;
}
Adding the code at the end of your base.css file should be working as expected.
Cheers!
oh sorry for that issue can you please send store url
Great, it worked. But the phone number appears directly next to my standard announcement text. I want it to display all the way to the right with a small margin between the end of text and end of the page.