Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1291889
    Mary Beth M
    Participant

    Or it sorta disappeared and I can’t figure out why. Even if I remove all my custom css, and deactivate plugins it won’t come back. I’m sure it’s something little I’m missing, but figured maybe you may have seen this type of thing before. I’ll attach the URL and credetials in a private message since the site is in maintenance mode.

    #1291898
    Mary Beth M
    Participant
    This reply has been marked as private.
    #1292264
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems your website is under construction and your given credentials not working. Please double check the username and password and update us with correct credentials.

    Thanks

    #1293213
    Mary Beth M
    Participant
    This reply has been marked as private.
    #1293681
    Friech
    Moderator

    Hi There,

    Thanks for the credentials, the mobile menu is in the upper-right cornerstone of the logo. It is not visible because it is white on a white background. You can use the CSS code below to change its color.

    .x-btn-navbar.collapsed,
    .x-btn-navbar.collapsed:hover {
    	color: #000;
    }
    .x-btn-navbar:hover{
    	color: red;
    }

    If your need the mobile menu to float on the right-side. Please find the css code below on your Customizer and remove it.

    a.x-btn-navbar {
      float: left !important;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1291889 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>