• Resolved texhapb

    (@texhapb)


    Hello guys,
    I’m a beginner developer, and may be some of my question can be stupid, but I really need help.
    I dont know how to remove widgets on side panel on the main page. Also, I don`t know how to remove header image on all other pages except for the main page.

    • This topic was modified 7 years, 1 month ago by texhapb.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themevision

    (@themevision)

    Hello @texhapb!

    1) To remove widgets on side panel on the main page only,
    add the code below in Customize->General->Additional CSS:

    body.blog .widget-area{
        display:none;
    }

    2)To remove header image on all other pages except for the main page use next code:

    body:not(.blog) #agama-header-image{
        display:none;
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove Header Image and widgets on some pages?’ is closed to new replies.