Dropshipping Q & A › Category: Shopify › How to increase the font size on the announcement bar for Shopify Supply theme? 0 Vote Up Vote Down Sunil Sah Staff asked 12 months ago How can I increase the font sizeof the text in announcement bar for Shopify Supply theme? 1 Answers 0 Vote Up Vote Down Sunil Sah Staff answered 12 months ago Place this CSS code at the end of file: theme.scss.liquid in your shopify supply theme. Path: online store->theme->edit code->assets->theme.scss.liquid .site-header–text-links p:first-of-type{font-size: 24px !important;}