Home Forums Pro Themes Trade Line Pro Menu configuration on mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78163
    Tom Pearse
    Participant

    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

    #78177
    wensolutions
    Keymaster

    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!!

    #78210
    Tom Pearse
    Participant

    Once again, thank you!

    #78235
    wensolutions
    Keymaster

    Hello @tompearse,

    Glad to help you.

    If you have any issues further then please let us know.

    Thank you.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.