Hi guys,
I'm trying to reduce the font size on the announcement bar on my website: https://urbanedenco.com/
I added below code to scss file, but nothing changed. Does anyone know what I should add instead?
.announcement-bar__message{ font-size: 8px}
Thanks so much!
Solved! Go to the solution
This is an accepted solution.
Hello Infratech_Digit,
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->theme.scss.liquid
.promo-bar { font-size: 15px; }
Hello GalaParts,
Please share your site url.
So that i can check and provide you exact solution here.
my website: https://galaparts.com
I would like to increase the text size "20% OFF AT CHECK OUT THIS WEEK" in the yellow announcement bar in the header. Thanks
Hello @GalaParts ,
You can increase text size by applying this css
".announcement-bar .announcement-bar__message {font-size: value}
@GalaParts wrote:my website: https://galaparts.com
I would like to increase the text size "20% OFF AT CHECK OUT THIS WEEK" in the yellow announcement bar in the header. Thanks
Hello GalaParts,
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->theme.scss.liquid
.announcement-bar__message { font-size: 20px; }
@oscprofessional wrote:Hello GalaParts,
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->theme.scss.liquid.announcement-bar__message { font-size: 20px; }
Awesome, it works perfectly! Many thanks for your help
User | Count |
---|---|
568 | |
209 | |
129 | |
82 | |
45 |