Okay
  Public Ticket #835189
Hide Prices
Closed

Comments

  • Leandro started the conversation

    Hello.

    I have deactivated the theme option that hides the prices of products. However, prices remain hidden on the homepage and on the store page. Please see the following addresses:

    http://abioticpower.com

    http://abioticpower.com/loja/

    What can we do to solve this?

    Help me please, because it is a site that is already active and the client needs to sell the products as soon as possible.

    Thank you in advance!

  • [deleted] replied

    Hi Leandro,

    You just need to deactivate Catalog mode and prices will show again :)


    (view large version)

  • Leandro replied

    So I've done that. Active disable these options and prices remain hidden. Before enabling the catalog mode for the first time everything was normal. But once activated and deactivated, showed more prices on the homepage and on the store page.


  • [deleted] replied

    Hi Leandro,

    Can you please send us your WordPress username and password? We need to investigate your site and then get back to you if we have a possible solution.

    Make sure to choose Private Reply when you send us sensitive informations!

  •   Leandro replied privately
  • [deleted] replied

    Hi Leandro,

    You should have told me that you have played with CSS on the theme. I just lost about 30 minutes trying to find what was the problem, and finally i saw that the code that you added on Custom CSS was creating this:

    .woocommerce .shop-item .item-info span {
        display: none !important;
    }
    

    So please remove that code.

    If you have another problem in the future, please first just remove all your CSS codes on the Custom CSS area first and check if problem is solved.