Impulse Theme - Announcement Bar Size

Hello @naturalcurlsme

Please follow these steps and check it.

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save

@media only screen and (min-width: 769px) {
    .announcement-bar span.announcement-link-text {
        font-size: 20px;
    }
}