Shop Categories

X

Hide main sidebar in some pages

Home Forums Agama Pro Hide main sidebar in some pages

Topic Resolution: Resolved

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10251
    mobilitypower
    Participant

    Hello again

    can I hide the main sidebar of some pages?

    for example, I want to hide it from the home but show it next to each blog article

    What would the code look like?

    thanks and I do not bother anymore in a while;)

    #10252
    Zex
    Moderator

    Hello, mobilitypower!

    You can enable/disable the sidebar per page/post, in the “Agama options” meta box at the bottom of every page/post.

    https://prnt.sc/ko62ym

    Regards

    #10253
    mobilitypower
    Participant

    Thanks

    It works except in page of blog :/

    I disable option but main sidebar shows.

    Help me please. Thanks 🙂

    #10254
    Zex
    Moderator

    Hello, mobilitypower!

    You can hide it on the “Blog” page using the following CSS code:

    .blog #secondary{
        display:none;
    }

    Regards

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