Home Forums WoodMart support forum Edit page compare

Edit page compare

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186616

    ecoliowp
    Participant

    Good morning,
    could you tell me how to remove this image from the COMPARE page and decrease the padding between the page title and the text below?

    Thank you

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

    Hello,

    Please configure which criteria to apply for comparison in the Theme Settings > Shop page > Compare.

    Best Regards

    #186802

    ecoliowp
    Participant

    What I asked for is not configurable from the theme-shop-compare settings.
    There are no settings that erase that image and decrease padding

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global if you want to remove the product image:

    body .woodmart-compare-col .product-image {
        display: none;
    }

    If you want to delete the empty page icon, add this code:

    body .woodmart-empty-compare.woodmart-empty-page{
    display:none;
    }

    Best Regards

    #186918

    ecoliowp
    Participant

    Thank you very much. Works well

    #186935

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Edit page compare’ is closed to new replies.