- This topic has 3 replies, 3 voices, and was last updated 5 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Business Field Pro › Mobile version has menu icon
How can I eliminate the menu icon on the mobile version? It doesn’t really match the look of my website.
Thanks!
Lisa
Hello @lisapetersen,
Do you want to completely remove the mobile menu from the responsive?
If so then please add below given CSS by to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 1023px){
#mobile-trigger {
display: none;
}
}
Hope this helps.
Thank you.
Hi there,
On a mobile version of my website, the menu icon is the default blue colour. How can I change it to my brand colour?
Also, the ‘go to the top’ button at the bottom of the page has a default blue frame. I would like to make the border in my brand’s red, please.
Many thanks,
Evelina
Hello @evenlimamiller,
To change the color of the mob menu, please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 1023px){
#mobile-trigger i {
background-color: #96bc00;
}
}
Change the color as per your requirement.
Now to change the color of go to top button, go to Admin Panel > Appearance > Customize > Color Options > Go To Top Color Options and change the color as per your requirement.
Hope this helps.
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |