Home Forums Pro Themes Clean Commerce Pro Need to remove sidebar in the content page but not in the front page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57430
    Shamseer Kumar
    Participant

    Hello there,

    i have this problem… i have added sidebar in the home page / front page, but went it goes to the content page i dont want the sidebar there… i tried to removing it… but when i remove it, it’s removed from the front page too… i need the sidebar in the front page but not in the content page…

    Please help Thank you…

    please the jpeg in the attachment for what i mean…

    http://www.prefectwatches.com/wp-content/uploads/2017/11/problem2.jpg

    #57434
    wensolutions
    Keymaster

    Hello @sureight,

    To display the sidebar only in front page but not in the product page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .single #primary {
        width: 100%;
    }
    
    .single #sidebar-primary {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #57437
    Shamseer Kumar
    Participant

    Thank you very much… it works…

    thanks again…

    #57438
    wensolutions
    Keymaster

    Hello @sureight,

    Nice to know that your issue is solved .

    If you have any issue further then please let us know .

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Best regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.