CSS Colors on Responsive Menus - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro CSS Colors on Responsive Menus

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17339
    Jed Culbertson
    Participant

    Hello,
    I am trying to change from a dark to a light treatment for the background of the menus. I have been able to change the colors of the desktop menu, but when it goes responsive, the colors for fonts revert to their original. I’ve tried to identify the right CSS to tweak the colors, but haven’t been able to find it. Site is http://agapechristi.com. Thank you!

    #17357
    acmesupports
    Moderator

    Hello Jed,
    Thank you so much for using our theme SuperMagPro. Please add the below CSS codes on Appearance > Customize > Additional CSS to make the responsive menu color changed.

    @media screen and (max-width: 992px){
    .slicknav_btn {
        background-color: #f88c00;
      }
    }

    Please change the code to your required color code.

    Regards

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