• I’m looking for a rescue in product page

    Please. Can someone help me!

    Hey is it possible to delete from product page this 4 things
    “search, Pages, Archives, Categories”

    and change a color of button ‘add to basket”

    also if it is possible.
    Can i put there also related or other products?

    Thanks for help
    https://www.rococoliverpool.com/shop/5-gift-voucher/

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello skoczyi,

    Add below css code into your active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.


    .single-product #sidebar {
    display: none;
    }

    Hope this will helps you.

    Thanks!

    Hi skoczyi,

    and change a color of button ‘add to basket”

    You can add this and any other CSS via Dashboard > Appearance > Additional CSS:

    .woocommerce button.button.alt {
        background-color: #cccccc;
    }

    WooCommerce may have a built in setting for this, so you might want to double check.

    Can i put there also related or other products?

    You’ll want to check the WooCommerce documentation or contact WooCommerce support directly for this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product page.’ is closed to new replies.