Mobile Header Color

Home Forums Legacy Support Support queries Styling issues Mobile Header Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188507
    VirginHost
    Spectator
    Hi Alex I would like to change mobile header color https://prnt.sc/ltpsju Thanks
    #188552
    logan
    Member
    Hey, Goto wp-admin > appearance > customize > custom css > paste this code there. @media (max-width: 991px){header.standard.fix {background: #ff1515 !important;}} Change color accordingly. Refer: http://prntscr.com/ltujdt
    #188599
    logan
    Member
    For the another menu issue. you have used 3rd party plugin that is uber-menu. this is causing the issue. Just because we debug the issue we are providing these codes else we do not provide the third party plugin support. please remember that next time dear friend. :) to fix the menu: use this code in your custom css @media (max-width: 991px){ header.standard nav.ubermenu { display: block; } } to hide that menu: use this custom css a.ubermenu-responsive-toggle{ display: none !important;} Good luck with codes.    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Header Color’ is closed to new replies.