Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #113456
    francesca78
    Participant

    Is it possible not to show Header right menu? How? I want to show only the other one… I tried unsuccessfully.

    Thanks

    #113483
    Pratik
    Keymaster

    Hi @francesca78,

    Removing header menu is only possible in Pro version. In free version, you can just hide the menu from displaying(code will be there but just hidden) using following code in Appearance=> Customize=> Additional CSS box:

    
    #access {
        display: none;
    }
    

    Regards,
    Pratik

    #113508
    francesca78
    Participant

    thanks @pratik ! it works

    #113582
    Pratik
    Keymaster

    Hi @francesca78,

    I am glad it worked out. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/adventurous/reviews/#new-post.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is it possible not to show Header right menu?’ is closed to new replies.