Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #18273
    emily.m
    Member

    Is there a way to remove the top menu bar (the one right under header)?

    Also, how do I remove the borders around the widgets in the right sidebar?

    My site is: http://www.edgedinawesome.com.

    Thanks!

    #18275
    Sakin
    Keymaster

    @emily.m: You can simply go to “Appearance => Theme Options => Menu Options” and check on “Disable Primary & Secondary Menu”.

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the border from the widgets.
    .widget { border: none; }

    #18288
    emily.m
    Member

    Thanks so much!

    #19816

    Is there a way to disable the menu bar on specific pages?

    #19825
    Sakin
    Keymaster

    @Karen Higginson: This is manual process and you can just hide it with the help of Custom CSS specific to that page. So, can you send me the links of the pages for which you want to hide the images.

    #19832

    Thank you Sakin. I appreciate your assistance and quick response:

    http://biominix.com/disclaimer/

    These pages are woocommerce and not sure where I would go to change the css for them. Would it be part of the Catch Evolution CSS or in the Woocommerce editor?:

    http://biominix.com/product/biominix/
    http://biominix.com/cart/
    http://biominix.com/checkout/

    #19834
    Sakin
    Keymaster

    @Karen Higginson: You can ad following CSS in “Appearance => Theme Options => Custom CSS” box to hide menu in disclaimer, biominix, cart and checkout pages.

    .page-id-127 #header-menu,
    .postid-19 #header-menu,
    .woocommerce-cart #header-menu,
    .woocommerce-checkout #header-menu {
        display: none;
    }
    #19839

    Fantastic, thank you.

    #19840

    Sakin, I did exactly as you suggested and it didn’t work.

    #19847
    Sakin
    Keymaster

    @Karen Higginson: Did you refresh your browser and check in as I check in those pages and there is no menu bar. It’s hidden.

    #38677
    Noman
    Member

    Hello How may i hide top menu ber from my blog me try menu option but not work please guide me sir
    my web link is

    #38683
    Noman
    Member

    Hello How may i hide top menu ber from my blog me try menu option but not work please guide me sir http://www.sultania.com.pk
    my web link is

    #38706
    Sakin
    Keymaster

    @Noman: Sorry you are not using our theme. So, I will not be able to help you. You need to post in theme authors support forum. We only support theme by CatchThemes.com

    #43442
    superkefje
    Member

    Hi Im using the catch evolution theme, and i would like to remove widgets on the cart and checkout page of woocommerce. I tried to do it similar as you described above with replacing header-menu for widget but this doesn’t work.
    Hope you can help me out with some custom css.

    Greetings,

    Kevin

    #43480
    Sakin
    Keymaster

    @superkefje: With custom CSS you can only hide it. Let me know your page URL and the widget name that you want to hide it.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Remove menu bar’ is closed to new replies.