Home Forums WoodMart support forum CUSTOM CSS TO HIDE PRICES

CUSTOM CSS TO HIDE PRICES

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

    constantinos.rokkos
    Participant

    Hello, i want the custom css to hide the price for quick view and the shopping cart. I found the css for the product grid and it worked fine btw.

    #505701

    Hello,

    Can you please share some screenshots where you want to hide prices? Also, share the page url i will check and give you a custom css.

    Best Regards.

    #505720

    constantinos.rokkos
    Participant

    The site is in maintenance mode at the moment. Please see the screenshots i want to hide the price of the product 0.00$ since i want to receive orders but without prices.

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

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

    .amount{
    display:none!important;
    }

    Best Regards.

Tagged: 

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