D
D
Dmitry Sergeev2019-08-15 23:49:08
Layout
Dmitry Sergeev, 2019-08-15 23:49:08

How to remove the view cart button?

Can you please tell me how to remove the view cart button? already climbed everywhere where he could, both in the files of the basket and in css , but did not find a line of code that would remove this button.
5d55c4ea5038c467628084.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gleb Varganov, 2019-08-16
@kores

Look through the console for the class or id of this button and set display:none in the styles;
If you don’t have access to the style file (for example, you don’t know how to compile from scss), then you can use jquery (I guess it’s some kind of ready-made theme and it’s connected) with this line $( selector ).css( "display", "none" ) , where selector is a class (through dot) or id (through hash)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question