Try to add !important like this.
.announcement-bar {
padding: 3px 0 !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
A user seeks help reducing the announcement bar height in Shopify’s Impulse theme, finding it too tall and unable to locate the correct code to modify.
Solutions Proposed:
padding: 0 or padding: 3px 0 !important) to theme.css, base.css, or style.css files</head> tag in theme.liquidIssues Encountered:
Current Status:
The discussion remains unresolved. Despite multiple attempts with different CSS approaches and file locations, none of the proposed solutions successfully reduced the announcement bar height. The user continues seeking a working solution.
Try to add !important like this.
.announcement-bar {
padding: 3px 0 !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!