Hide a button on the announcement bar in mobile view

I need to hide my gift voucher button in the mobile view…

**FASTEST DELIVERY**: Friday, 12 March. Order within 0D  20H  16M 1S

  

 GIFT VOUCHERS

 

This is my attempt:

@media screen and (max-width: 600px) {
#shopify-section-announcement-bar p.buttons {
display: none; /* Hide the button when the screen is less than 600 pixels wide */
}

Advice appreciated

Hello there, can you try below code:

@media only screen and (max-width: 600px) {
#shopify-section-announcement-bar p.buttons {
display:none !important;
}
}

Also, can you share your store if it not works, for a customized answer.

That has worked!! Thank you soooo much !

Hi there, this has also hidden my announcment bar ?

Can you share your store details?

Edit: Also you can try this:

@media only screen and (max-width: 600px) {
body > div.announcement-bar__text.text-align-center > p.buttons {
display:none !important;
}
}

Sorry about this,. The button has been hidden but now my my message is partly hidden too look at att

Hi, thanks for this.. Have added but button visible in mobile

https://auchterlonies-com.myshopify.com/

pawd: awskob