• Kirsten

    (@kirstensmitcreative)


    I am currently testing out the free fashion diva child theme and wondering if it is possible to change the sidebars, or will I need to purchase the pro version? I would like no sidebar on individual products and the side bar on the left side for both posts and shop catalogue showing all images.

Viewing 1 replies (of 1 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @kirstensmitcreative,

    To assign a left sidebar to the blog posts on your website, you can select the Left Sidebar option for each post via the respective post editor. Screenshot: https://prnt.sc/1u6qfdg

    And, to hide the sidebar for the product page and align the Shop page sidebar to the left, you can add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .woocommerce-shop #primary {
        float: right;
    }
    .single-product.woocommerce #secondary {
        display: none;
    }
    .single-product.woocommerce #primary {
        width: 100%;
        padding-right: 15px;
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Shop Sidebars’ is closed to new replies.