• Resolved pri1234

    (@pri1234)


    When I click on a static photo on my site it takes me to a new page just with the photo I clicked on, on that page my shop categories are on there. Is there a way to remove that?

    Here is a screenshot of what I’m talking about:
    Link1

    Any help would be appreciated. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is visible on the attachment page because of the sidebar that’s assigned to it.

    You should be able to remove the sidebar in the page options, but if not, use this CSS in Appearance> Theme Options> Advanced settings to get rid of that.

    .attachment .kad-sidebar {
        display: none;
    }
    Thread Starter pri1234

    (@pri1234)

    @ Kevin, thank you very much the css worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove categories from static pic page’ is closed to new replies.