Googled this and nothing has seemed to work for me. In Envy, I should be modifying the theme.min.css inside of Assets I am quite sure, but do not know the line of code that can do this for me. Wanting the announcement bar to be a tad smaller. Can Anyone help me out?
It’s currently not live yet and requires password to see. That being said, I’m using default Envy. So an example would be like https://mondayswimwear.com/ and the very top bar. Just wanting the sizing of the bar to be a bit smaller.
Please share the preview URL of your wabsite.
@dmwwebartisan @LuckyNigam this preview link should work: https://o983qmu0ayfuxc8k-56842748069.shopifypreview.com
1 Like
Please add the following code at the bottom of your assets/theme-index.min.css file.
.notification-bar__message {
padding: 0 !important;
}
Hope this works.
1 Like
AMAZING thank you so much! Now gonna google/search in the forum to see how to change font size. Should be a pretty easy one.
1 Like