One course theme – how to remove login next to main menu

Home Forums Legacy Support Support queries Styling issues One course theme – how to remove login next to main menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7862
    haluk34
    Spectator
    I would like to remove login dialogue box and place a button labelled "buy" on your one course theme. Can you help me to do it?
    #8036
    Anshuman Sahu
    Keymaster
    #8037
    MrVibe
    Keymaster
    Add following CSS in Theme Customizer - Custom CSS block : .home .open-popup-link{display:none;}
    #8061
    haluk34
    Spectator
    This is where I added the code. I'm not sure if it is ok but it didn't work.  Login is still there.
    #8065
    haluk34
    Spectator
    I added the code wplms one page custom.css. It did't work  .home .open-popup-link{display:none;} */ /*========================================================================================*/ /*  CUSTOM FONTs PACKED IN THE CHILD THEME /*========================================================================================*/ /*========================================================================================*/ /*  Popup /*========================================================================================*/ .white-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto;
    #8435
    Anshuman Sahu
    Keymaster
    Try adding the gievn css  : a.open-popup-link { display: none; } and for the buy button you can edit the page in back end and find the page builder block to edit .  
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘One course theme – how to remove login next to main menu’ is closed to new replies.