Why has the cart button disappeared from my main page?

Hi,

My store’s cart button has disappeared. Can you please help to rectify/add back the cart button on the main page?

nestoravenue.com.au

Thanks Megan

Yes please!

Kindly inbox me with your website link

@nestoravenue

sorry i can’t’ see

https://www.nestoravenue.com.au

Great, have gone through your shopify website and I can find the add to cart button. And have sent the screenshot to you below.

Hi Nola,

There use to be a cart button on the main page but it is missing

Do not let anyone tell you that the button is hidden because have gone through the products one by one and I can find the button.

I would love to ask you something regarding your website though.

Hi Nola,

Thanks for that, the cart button on the product pages are fine. The cart button that use to be on the main site page is missing. I believe it use to be in the top right corner.

Regards,

Megan

Hi @nestoravenue ,

I do see this hidden section on top. To show this, please follow the directions below.

  1. Go to Admin > Online store > Themes > Actions > Edit code
  2. Open the style.css file under the Asset folder
  3. Add the code below.
#shopify-section-header > div.top_bar.top_bar--fixed-false.announcementBar--true > section a {
color: #924a4d !important
}

#shopify-section-header > div.top_bar.top_bar--fixed-false.announcementBar--true > section a:hover{
color: #924a4d !important
}

Made4Uo,

Perfect that works!