• Resolved nickpapag

    (@nickpapag)


    Hello!
    I’m trying to hide sidebar from category pages. How can I do this?
    I want the sidebar only in home 7 the other pages, but not in monthly archive and category pages. (Evolve 3.4.4)
    Thanks for your time!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter nickpapag

    (@nickpapag)

    Sorry for the 7, i mean home & other pages

    Please post your url.

    Thanks!

    Thread Starter nickpapag

    (@nickpapag)

    Thread Starter nickpapag

    (@nickpapag)

    One more thing Denzel.
    You’ll see in menu some items when hover, cover the dropdown arrow.
    e.g. Δραστηρι?τητε?, Εκπαιδευτικ? Υλικ?
    Thanks for your time!

    Hi there,

    Was an answer posted for this? I am wanting to remove the sidebar from a category page, and have the associated posts spanning the full width of the page.

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    .category #primary {
        width: 100% !important;
    }
    .category #secondary {
        display: none !important;
    }

    Hides sidebar in category page, makes content 100% width.

    Sorry, got no solution for the menu hover issue.
    You will have to use a custom link with a shorter menu title.

    Thanks!

    Thread Starter nickpapag

    (@nickpapag)

    Thanks a lot!

    Sujain

    (@sujain)

    Hi there,
    I am trying to remove the right sidebar from this url of my site.
    https://www.downloadkr.com/downloadkr-music-store/
    I am using latest version of evolve theme.
    The sidebar is appearing below the content, but i want to remove it from there as well as from page. How could i do this?
    Any help or suggestion would be appreciated.

    Denzel Chia

    (@denzel_chia)

    Hi,

    Use the following in Theme Options -> Custom CSS

    .post-type-archive-product #secondary {
        display: none !important;
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Evolve Remove Sidebar from Categories Pages’ is closed to new replies.