Home Forums Pro Themes Clean Commerce Pro Mobile Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71182
    Mansor Almossa
    Participant

    Hello, i have changed all the theme colors, but the mobile header and the burger menu still black and orange as by default, so how can i change the mobile header and the burger menu colors on the mobile version.

    thank you

    #71236
    wensolutions
    Keymaster

    Hello @malmossa,

    First of all thank you very much for using the pro version of the theme.

    Now to change the header color of the menu in mobile version use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    For top head

    @media only screen and (max-width: 479px){
    #tophead {
        background-color: #514d79;
    }
    }

    For hambuger menu

    @media only screen and (max-width: 900px){
    #mobile-trigger i {
        background-color: #8f42fa;
    }
    }

    Change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    #71263
    Mansor Almossa
    Participant

    Great, thank you for that..
    Now I just one more problem with the header on mobile. The header is know of overlap on the site and it did cover some things, but only do that when I am logged in as user . .

    Thank you

    #71336
    wensolutions
    Keymaster

    Hello @malmossa,

    Glad we could help you.

    The header that seems to overlap the header content is actually an admin dashboard header i.e. it will appear only upon viewing the site in logged in mode.

    So it is not an issue.

    Hope this clears the confusion.

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

    Thank you.

    Best Regards!!

    #71355
    Mansor Almossa
    Participant

    I have plugin for attachment, so when a user login and try to upload any attachments this bar is on the way.
    So how can I keep it stay at the top.

    Thank you

    #71393
    wensolutions
    Keymaster

    Hello @malmossa,

    Since we are not clear in which part it affects so please provide the screenshot of the section that you are having a problem.

    Also, do not forget to post your site URL.

    Thank you.

    Best Regards!!

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