Home Forums WoodMart support forum Hide Woodmart’s price display

Hide Woodmart’s price display

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #515734

    simple-software
    Participant

    Hello,

    Putting prices on products causes customers to leave immediately. How can I remove prices?

    I wish you good work.

    #515916

    Hello,

    Try to add following custom css code in Theme settings > Custom CSS:

    span.woocommerce-Price-amount {
    	display: none !important;
    }

    Best Regards.

    #516209

    simple-software
    Participant

    Hi,

    I implemented your suggestion. However, after the change, the pages of some of my products do not open.

    Can you help me?

    #516375

    Hello,

    It is not an issue with custom css. please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the wp logins details i will check and give you a possible solution.

    Best Regards.

    #516832

    simple-software
    Participant

    Hello,

    I deactivated the plugins that might have an effect as you mentioned, but it did not solve the problem.

    The strange thing about your problem is that I have products in these 7 categories. Only a few categories are affected. They all have the same structure. Normally, if something affects it, won’t it affect all my products?

    I wish you good work.

    #516840

    Hello,

    Okay, I see. In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Also, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back, You would better make the full backup of your site.

    Best Regards

    #516869

    simple-software
    Participant

    Okay. I share login information for you.

    #517084

    simple-software
    Participant

    This issue is somewhat urgent. I request your support.

    #517220

    Hello,

    Your issue has been solved. Please check the site after removing the browser cache.

    Actually, you have enabled the Dynamic discounts option from Theme Settings >> Shop But you have not added the price for the products, you have enabled the Catalog mode as well, so it created the issue. I have disabled the Dynamic option from the theme settings now the product page is working fine.

    Best Regards.

    #589468

    fedorvasiliev.ru
    Participant

    ?

    #589682

    Hello,

    Can you please share the screenshot and page URL from where you want to hide the test login to see prices then I will give you the custom CSS code.

    Best Regards.

    #589689

    fedorvasiliev.ru
    Participant

    Certainly.

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    a.login-to-prices-msg :not(.single-product) {
        display: none;
    }

    If still the CSS will not work, please share the WP admin login detail of your site in the private content area.

    Best Regards.

    #589728

    fedorvasiliev.ru
    Participant

    access

    #589848

    Hello,

    Your issue has been solved. Please check the site after removing the browser cache. I have updated the custom CSS code in the theme settings:

    a.login-to-prices-msg {
        display: none;
    }
    .single-product a.login-to-prices-msg.login-side-opener {
        display: block;
    }

    Best Regards.

Tagged: 

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