- This topic has 3 replies, 2 voices, and was last updated 6 years, 2 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 › Trade Line Pro › Menu configuration on mobile devices
Hi, I have a few questions about the menu button for the trade line pro theme…
1. How do I change the color of the menu button as seen on a mobile device?
2. Can the mobile menu button include the words ‘menu’ ?
3. Can the mobile menu button be moved to the left of the screen instead of being in the center?
Thanks, Tom
Hello @tompearse,
Please find answer to your query below:
1. How do I change the color of the menu button as seen on a mobile device?
Response: To change the color of the menu button in the responsive view please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 900px){
#mobile-trigger i {
background-color: #f94877;
}
}
Change the color code as per your requirement.
2. Can the mobile menu button include the words ‘menu’ ?
Response: To place the “Menu” text in the menu requires higher code customization and as much as we would love to help you with this we are unable to do so as it requires higher code customization.
If you want then you can hire a developer by following the link given below:
http://themepalace.com/hire-a-customizer
3. Can the mobile menu button be moved to the left of the screen instead of being in the center?
Response: For this please add below given CSS.
@media only screen and (max-width: 900px){
#mobile-trigger {
text-align: unset;
}
}
Hope this helps.
Thank you.
Best Regards!!
Once again, thank you!
Hello @tompearse,
Glad to help you.
If you have any issues further then please let us know.
Thank you.
Regards!!
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. |