Home Forums WoodMart support forum Shop page products

Shop page products

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #373471

    pullman
    Participant

    Hello,

    I have 2 questions

    1. How to hide “♡ ” and Cart icons on Shop page.

    2. How to align the product tittle name in a line(row)

    Please check my screenshot.

    Attachments:
    You must be logged in to view attached files.
    #373514

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #373527

    pullman
    Participant

    Hello,

    Here’s our site details.

    #373836

    Hello,

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

    body.shop .wd-buttons .wd-action-btn>a {
        display:none;
    }
    body.shop  .wd-hover-quick .wd-add-btn {
        display:none;
    }

    Best Regards

    #373869

    pullman
    Participant

    Hello,

    Thank you for the code. but it seems nothing change.

    it still has “Wish icon” and “Cart icon” and the product title name display in two row.

    #373955

    Hello,

    I provided the code for the shop page only. If you want to remove on all the grids, use this code:

    body .wd-buttons .wd-action-btn>a {
        display:none;
    }
    body  .wd-hover-quick .wd-add-btn {
        display:none;
    }

    Best Regards

    #374336

    pullman
    Participant

    Hello,

    Thank you for the code! That works!

    #374427

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Shop page products’ is closed to new replies.