Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180281
    Ravi Acharya
    Participant

    1 – I was able to get the sidebar configured for my woocommerce store. How can I get the background of the widgets be “white” or the same color as the rest of the page vs Grey?

    https://sahaaya.us/shop/

    2 – I would like to have a sidebar menu for my blog page to show past posts etc. How can I do that?

    https://sahaaya.us/blog/

    Thanks!

    #180305
    Skandha
    Participant

    @rpacharya: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change background color of sidebar widget */
    #secondary .widget {
        background-color: #fff;
    }

    Do you mean to have a separate menu on blog page only?

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Side Bar in blog / WooCommerce’ is closed to new replies.