Lower the height of announcement bar in DAWN Theme

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

  1. Open Online Store > Theme > Customize

  2. Find the Announcement bar > Custom CSS

  3. 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!