Delete "register" button on top

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Dec 24, 2014.

Thread Status:
Not open for further replies.
  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Goodmorning,

    On the top of my website i've got an register / login button.
    Is there an way to delete the register button (the login button is no problem).

    My website is www.peli-horsepoint.com
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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:first-child {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Thank you, you can close this tread.

    Merry Christmis.
     
    Pramod likes this.
  4. Pramod

    Pramod Guest

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

    Thank you very much. A merry Christmas to you too.

    Pramod
     
Thread Status:
Not open for further replies.

Share This Page