Home Forums Pro Themes University Hub Pro Remove all orange colour on mobile top left menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #86914
    Jennifer Sims
    Participant

    Dear Support, I would like to remove the orange colour from the mobile menu top left, might you please advise.

    Kind regards Jen

    #86975
    wensolutions
    Keymaster

    Hello @simsdesign,

    To change the orange color of the mobile menu add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 1000px){
    #mobile-trigger i {
        background-color: #253b80; 
    }
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Regards!!

    #91242
    Jennifer Sims
    Participant

    Dear Support,

    Regardless of the colour of the mobile menu we are still having issues viewing the mobile menu and icons in th your them. This occurs when using Google Chrome Windows 10 and 7. Using Explorer the icons and menus disappear. Screen captures have been attached.

    Screen captures have been emailed to you via we transfer.
    Kind regards Jen

    #91243
    Jennifer Sims
    Participant

    My screen images have bounced using We transfer please advice how I can email these to you.

    #91247
    wensolutions
    Keymaster

    Hello @simsdesign

    When we inspected the issue that you reported, everything seems to work perfectly fine in our side.

    Can you please provide us with your site URL along with the screenshot of the issue so that we can inspect your issue further and provide you with a precise fix.

    You can email us the details in the given address : wensolution[at]gmail.com

    Hope to hear from you soon,

    Regards!!

    #91252
    wensolutions
    Keymaster

    Hello @simsdesign

    The mobile menu is displaying fine in explorer as well.

    http://prntscr.com/mn1vm8

    But the menu color is still orange. If you want to change the color then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 1000px){
    #mobile-trigger i {
        background-color: #179bd7;
    }
    }

    Hope this helps.

    Best Regards!!

    #91301
    Jennifer Sims
    Participant

    Thanks for the feedback, it must be isolated to the users system or software blocking the icon images. Yes, need to change the colour back again.

    Much appreciated.

    #91304
    wensolutions
    Keymaster

    Hello @simsdesign,

    Yes, the problem might be in your side since, when we checked for the issue in our site using your site URL, we could find the issue.

    Further, if you have anything then please feel free to post.

    Thank you.

    Best Regards!!

    #91308
    Jennifer Sims
    Participant

    Thanks I’ll need to change the theme to resolve the issue but not an issue.

    Thank you again for all your support.

    Kind regards Jen

    #91315
    wensolutions
    Keymaster

    Hello @simsdesign,

    If you have any issues further kindly let us know.

    Thank you.

    Best Regards!!

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