Close

Mobile Comparison Button

jdavisZebco01
6 years ago
#13952 Quote
Avatar
  • 4
I noticed that the product grid compare button disappears on mobile. Is there a way to add one easily?
Valentin
6 years ago
#13954 Quote
Avatar
  • Moderator
  • 172
jdavisZebco01 wrote:
I noticed that the product grid compare button disappears on mobile. Is there a way to add one easily?


Greetings,

you can achieve that by adding the following code to your Custom Head Styles section, located in your theme administration panel -> Nop-templates -> Themes -> Traction -> Settings:


.item-box .compare-products {
display: inline-block;
vertical-align: top;
}

.compare-products input {
    display: block !important;
    width: 40px !important;
    height: 34px;
    background: #333 url(../img/compare-button.png) center no-repeat;
    padding: 0;
    font-size: 0 !important;
}


However, have in mind that this is a customization and it has not been tested, so if any problems occur you would need to handle them yourself.
Best Regards,

Valentin Kirov
Nop-Templates.com