How can I adjust the font size in the Announcement Bar for mobile and desktop?

I’m trying to change the font size in the Announcement bar separately from desktop to mobile. The site is on the Prestige Theme.

@EmBnotte - please share your website link

Sorry here it is: https://suryaandthemoonjewels.com/

Hi @EmBnotte

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 theme.css

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

.AnnouncementBar__Wrapper {

font-size: 6px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

thank you! That was it!