Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307561
    Sasithornbom
    Member

    Hello, I have been working on the theme everything is looking great. But the problem is I don’t want a menu option and cart option which are on the header part on the right side. How can I remove that? Any suggestion will be appriciate!

    #307573
    tikaram
    Participant

    @sasithornbom : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following CSS

    .site-header-menu { display: none; }

    But if you just want to hide menu and cart and keet the seaerch then add the following CSS instead of above CSS:

    #primary-menu-wrapper, 
    .site-header-menu #site-header-cart-wrapper {
      display: none;
    }
    #307766
    Sasithornbom
    Member

    Thank you so much! It works!

    #307874
    tikaram
    Participant

    @sasithornbom : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/foodoholic/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove menu and cart on the header’ is closed to new replies.