I want to decrease the height of announcement bar in dawn theme
store link - www.swawe.store
Hi @attackon ,
You can follow these steps to lower the height of announcement bar
-
Open Online Store > Theme > Customize
-
Find the Announcement bar > Custom CSS
-
Paste the code snippet below and hit save
.announcement-bar {
/* You can reduce this number to your need */
height: 25px;
}
Here is the result
Hope this helps you solve the issue.
Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!