How do i change the height of the announcement bar - taste theme

Solved
StarMintz
Excursionist
45 0 7

I want to make my announcement bar thicker. Any help? 

 

ThanksScreenshot 2023-09-28 at 20.57.38.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4089 937 1143

This is an accepted solution.

Hi @StarMintz 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.websensepro-announcement-bar .websensepro-message { padding: 10px 0px; }

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695937346499.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 3 (3)
Beae_Anthony
Shopify Partner
436 167 168

Hi @StarMintz ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.swiper-slide {
    padding: 5px 0px !important;

}

</style>

Beae_Anthony_0-1695931757397.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
Made4uo-Ribe
Shopify Partner
4089 937 1143

This is an accepted solution.

Hi @StarMintz 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.websensepro-announcement-bar .websensepro-message { padding: 10px 0px; }

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695937346499.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


PageFly-Henry
Navigator
489 125 101

Hi @StarMintz 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.websensepro-announcement-bar {

    padding: 14px 0;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.