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?
You can add a code to make some padding for the announcement banner:
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file
-
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.
Please add the following CSS to your assets/base.css bottom of the file.
.hura-announcement-bar .hura-message {
font-size: 1rem !important;
}
Thanks!
You can add to the previous code that I gave you.
The updated code will be like the below:
Best regards,
GemPages Support Team


