Disable Create free account

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Jan 7, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is there a way to disable the option: Create free account??
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #registration_form{
    display:none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page