Remove Sign Up button from top menu bar

Home Forums Legacy Support Support queries Setup issues Remove Sign Up button from top menu bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231671
    zenweb
    Spectator
    Ho can I remove the sign up button from the top menu bar, this does not take the student to the course selection and is confusing for my students.
    #231809
    Diana
    Participant
    @zenweb Signup button on the top menu is not meant for course selection. But yes, if a user clicks on any paid course, that user will be redirected to checkout. From where he will register first on checkout page and then after payment approval the user will be redirected to his course  
    #232127
    zenweb
    Spectator
    ok but how do i remove it ? it is confusing for my prospective students
    #232146
    logan
    Member
    Hello, there is 2 options:
    1. change the header style from wp-admin >> appearance >> customize >> header >> header style.
    select sleek header style. only default and generic has the top menu option.
    1. goto wp-admin >> appearance >> customize >> custom css.
    paste this code if you want to hide only sign up button. ul.topmenu li:last-child {display: none !important;} refer: http://prntscr.com/ps2pov
    if you want to hide the whole top menu list icon then use this one ul.topmenu {display: none !important;} refer: http://prntscr.com/ps2q2d
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Sign Up button from top menu bar’ is closed to new replies.