- This topic has 6 replies, 2 voices, and was last updated 1 month, 4 weeks ago by
Sakin.
-
AuthorPosts
-
October 4, 2023 at 1:49 am #326962
adam.kraft
ParticipantI’m using the bizboost theme. On the desktop everything is fine, but when the navigation bar collapses in the mobile website display, the callout button (Shop Now) and the hamburger menu (3 lines) disappear. You can click on the upper right hand corner and the hamburger menu displays, although it is invisible (on mobile) but I can’t figure out how to make that or the callout button display visibly.
October 4, 2023 at 1:49 am #327007Sakin
Keymaster@adam-kraft: Can you post your site URL so that we can check it?
October 4, 2023 at 9:28 am #327045adam.kraft
Participanttheheightscannabis dot com
October 4, 2023 at 12:19 pm #327057Sakin
Keymaster@adam-kraft:
1. Mobile hamburger is due to a color issue as that color is white and now your background is also white. So, it has an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open:hover, .wp-block-navigation__responsive-container-open:focus { color: #000; }
2. The Shop Now button issue on mobile devices is there because of the Bluehost WordPress Plugin. Please check and deactivate that. It’s coming form your site file page
wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.4
October 4, 2023 at 3:33 pm #327068adam.kraft
ParticipantI tried that, but I still don’t see the hamburger menu. I tried both on my phone and I used the testing tool in Appearance => Customize. The hamburger menu doesn’t show up in either place.
October 5, 2023 at 11:11 am #327154adam.kraft
Participant@sakin – any other suggestion?
October 5, 2023 at 12:08 pm #327163Sakin
Keymaster@adam-kraft: Can you replace the previous CSS with the following CSS:
.wp-site-blocks .wp-block-navigation__responsive-container-open, .wp-site-blocks .wp-block-navigation__responsive-container-open:hover, .wp-site-blocks .wp-block-navigation__responsive-container-open:focus { color: #000; }
-
AuthorPosts
- You must be logged in to reply to this topic.