How to delete the view cart button in the cart submenu (see image) -woocomerce

1

Good people I wanted to delete the button that says view cart as you can see in the image below.

I leave the site I'm developing below:

ttu.awd.pt/home

I'm a little noob in wordpress I need to explain in detail what to do thanks.

I can not even find the file that contains this submenu.

Thanks for your help.

    
asked by anonymous 28.06.2016 / 11:39

1 answer

0

Your link is not available.

However, I suggest you do the following.

Do an "inspect element" on this button and grab something that identifies it - id or a class. Then apply a CSS in the option to customize your template.

#idDoBotaonalocalizaoquequer{display:none!important;}

This should solve.

    
30.11.2016 / 12:01