A user seeks help removing underlines from announcement bar links in their Shopify store using the Sahara theme. They’ve already attempted CSS solutions without success.
Solutions Provided:
Multiple community members offered CSS-based approaches:
Method 1: Add CSS to the announcement.liquid section file targeting .announcement-bar__text p>a with text-decoration: none;
Method 2: Insert CSS in theme files (theme.css, styles.css, custom.css, or theme.scss.liquid) targeting .section--announcement-bar .announcement-bar__text-content p>a
Method 3: Add CSS code in theme.liquid file above the </body> tag
Current Status:
The original poster thanked one responder and appreciated the assistance, though it’s unclear which solution was ultimately implemented or if the issue is fully resolved. Contributors offered follow-up support if needed and provided screenshots for guidance.
Summarized with AI on November 8.
AI used: claude-sonnet-4-5-20250929.
Add the following CSS in the bottom of the file add css
OR
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below CSS at the bottom of the file → Save