Hi I want to hide the Menu Bar, Help me .thanks

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by vietanhlish, Mar 2, 2015.

  1. vietanhlish

    vietanhlish Member

    Joined:
    Dec 30, 2013
    Messages:
    54
    Likes Received:
    1
    Hi admin
    I want to hide the menu bar, can I do it?
    If I can do,plz help me.thanks
    Untitled-dd.jpg
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello vietanhlish!

    You can hide it but the product only shown on home page related to first category.
    Paste the given code in custom CSS box Appearance=> Theme Options=>Styling option to hide that section.
    Code:
    .productlisting  ul#tabs {
      display: none;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page