Home Forums WoodMart support forum remove cart logo from mobile version

remove cart logo from mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #181269

    cristinab
    Participant

    Dear support,

    I’d like to remove/hide the cart logo in the mobile version. To fully understand please see the link below.

    Thanks for the help
    Have a nice day

    #181296

    Hello,

    Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area

    Best Regards

    #181304

    cristinab
    Participant

    Hello,

    sure thanks, link below:

    Thanks again
    Kind regards

    #181323

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    .woodmart-hover-quick .woodmart-add-btn {
    display:none;
    }
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)