S
S
seraphi2020-07-27 20:56:04
opencart
seraphi, 2020-07-27 20:56:04

How to remove "Bookmark" and "Add to Compare" buttons in OpenCart 3.0.3.1?

Faced such a problem that you need to delete bookmarks and comparison, how to do it right?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-07-28
@Alexandre888

open the style file > place at the end:

.product-thumb .button-group button + button
{
display:none;
}
.product-thumb .button-group button
{
width:100%;
}

W
web-mechanic, 2020-07-29
@amfetamine

the second option is to comment out the code lines in templates, but it's better to just hide through styles

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question