Home Forums Pro Themes Business Field Pro Mobile version has menu icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100522
    Lisa Petersen
    Participant

    How can I eliminate the menu icon on the mobile version? It doesn’t really match the look of my website.
    Thanks!
    Lisa

    #100553
    wensolutions
    Keymaster

    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.

    #103145
    Evelina Miller
    Participant

    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

    #103255
    wensolutions
    Keymaster

    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.

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