Okay
  Public Ticket #1859690
Remove blocks and change price display and banner color
Closed

Comments

  •  4
    Clément CERANO started the conversation

    Hello,

    I get 3 questions about configuration in this ticket : 

    1) I wish to remove three blocks in this page. Please see attached picture. Could you please tell me how to do it ? 

    2) I want the product to show only the price below option cases. Please see attached screenshoot. 

    3) I wish to chang background color of notification block. You know how to do it ? 

    Thanks

    Clément

    {"wp":{"use":false,"adminUrl":"https://connectedguitar.com/index.php/product/abadon-ship/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Clément,

    1— You just need to remove sidebars from that page (see how).

    2 and 3— Those are a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    2— The top area tell users that the prices varies from "520,00€ – 620,00€". To remove the top price then you can add this CSS code to your Custom CSS area:

    body.single-product .summary p.price {
        display: none;
    }
    

    3— That color comes from your skin. But anyway, to change that color with CSS then please just add this CSS code to your Custom CSS area:

    .woocommerce-demo-store .demo_store {
        background: black;
    }

    Have a great weekend!

  •  4
    Clément CERANO replied

    Hi, 

    Thank you very much. 

    I understand point 2 and 3 but as for the point 1 :

    In fact, I wish to remove the blocks on product page and shop page, not on the home page. 

    And I cannot configurate product page and shop page the same way as the home page. 

    Could you please show me how ? 

    Thanks

  • [deleted] replied

    Hi Clément,

    1— That exact option to choose the sidebar in some areas only is not possible in the Theme Options but please just add this CSS code to your Custom CSS area:

    body.single-product .shop-footer-sidebar {
        display: none;
    }
    body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page.woocommerce-js .shop-footer-sidebar {
        display: none;
    }

    Have a great day!

  •  4
    Clément CERANO replied

    Hi Ylli,

    It has been very helpful, thank you very much :-)

    Clement

  • [deleted] replied

    Hi Clément,

    I'm glad to hear thatsmile.png

    I wish you a great day!

    Will set this ticket as solved from here.