Home Forums WoodMart support forum Hide Product Price and Add to Cart Button

Hide Product Price and Add to Cart Button

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #446389

    kiercordero
    Participant

    Hi! How can I hide the Product price and Add to Cart button on the Product Archive page?

    #446503

    Hello,

    Please insert the site admin access into the Private content below the message area. We will give your custom CSS.

    Best Regards

    #447536

    kiercordero
    Participant

    I am worried about the security risk of my website. Could I just disable the maintenance mode of the website?

    #447576

    Hello,

    Yes, sure, please disable the maintenance mode.

    Best Regards

    #447599

    kiercordero
    Participant

    My site is up and not in maintenance mode now. Thanks!

    #447600

    kiercordero
    Participant

    It’s flourphl.com.

    #447968

    Hello,

    I do not see any products on the home page and the shop page is not clickable in the menu. Please provide the page URLs where you want to remove.

    Best Regards

    #448538

    kiercordero
    Participant

    Hi! You can visit the homepage of my site flourphl.com. The product carousel is at the bottom part. I attached the screenshot. I want the price and button to be removed. Thanks!

    #448868

    Hello,

    I do not see the price and Add to cart on the Home Page: https://gyazo.com/8c27920b872a0c55df90d659b214da69

    Please provide the screen of the block.

    Best Regards

    #449142

    kiercordero
    Participant

    Admin access sent.

    #449517

    Hello,

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

    .wd-hover-info .bottom-information .price {
        display:none;
    }
    .wd-buttons.wd-pos-r-b {
    display:none;
    }

    Best Regards

    #451500

    kiercordero
    Participant

    Hi! This worked so thanks so much! However, I’ve decided not to put the product title inside the product image so I’m gonna have to use the Quick or Info on Hover products design. Since I’ll be using either of these, the “Select Options” is showing on hover. Can I please have a CSS code to remove the button on hover? Thanks!

    #451570

    Hello,

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

    .wd-hover-standard .wd-add-btn {
       display:none;
    }

    Best Regards

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