Hey, guys how do i make my banner larger on custom announcement banner

sublimesnkrs.com

baurti

Hello @brokenbannaba

If you are using the Slideshow section of the Dawn theme, then you can change slide height on settings.

I hope my information can support for you.
Best regards,
GemPages Support Team

Hey @GemPages , thank you for the reply but i am talking about the announcement banner. Is there any way to make it a bit more thicker?

Hi @brokenbannaba

You can add a code to make some padding for the announcement banner:

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file

  3. Paste the below code before


Best regards,
GemPages Support Team

thank you! @GemPages is it possible if you could help me make font size smaller too. Around the following size would be appreciated.

@brokenbannaba

Please add the following CSS to your assets/base.css bottom of the file.

.hura-announcement-bar .hura-message {
    font-size: 1rem !important;
}

Thanks!

Hi @brokenbannaba

You can add to the previous code that I gave you.

The updated code will be like the below:


Best regards,
GemPages Support Team