Hey there!
I’m using spotlight theme.
My URL is www.outerlayer.com.au
I want to reduce the height of the announcement banner on desktop and mobile on all page****s.
I would also like to reduce the font size of the announcement banner text.

Would really appreciate your help!
Thanks!
@LizHoang Is this something you’re able to assist with? 
Hi @Lizzo333
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
slideshow-component.announcement-bar {
height: 35px !important;
}
p.announcement-bar__message {
font-size: 10px !important;
}
Result
Best,
Liz
1 Like
Hi @Lizzo333
I hope you are well. You can follow our instructions below:
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
Here is the code for Step 2:
slideshow-component.announcement-bar {
height: 35px !important;
}
p.announcement-bar__message {
font-size: 10px !important;
}
If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 
1 Like
Awesome, thanks @LizHoang ! 
1 Like
Thanks so much for this!
it works