How to remove login - register bar across very top

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by jordielindstrom, Feb 14, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    How to remove login - register bar across very top



    Thanks




     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To remove login, Register menu from the top.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .dd1smoothmenu.admin-menu li a {
    display: none;
    }
    To remove bar completely.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .top_cartinfo {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu1 .dd1smoothmenu.admin-menu li a {
    display: none;
    }
    #menu1 .smoothmenu.admin-menu li a{
    display: none;
    } 
    This will solve your issue.
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    When I use this custom code, it removes some of the info at the top but it leaves the two white bullets. And for some reason they are on two rows versus same row:

    http://awesomescreenshot.com/08f2hbpa30
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page