#simple-menu color change

Home Forums All Other Themes #simple-menu color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113936
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    I’m trying to change the color of the menu graphic for the smartphone. I’ve tried using css but it doesn’t change it.

    http://srcparty.com/src

    Right now, it’s white on the whitish background so it’s not showing up very well.

    Thanks for your assistance.
    Diane

    #113989
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    #simple-menu { top:10%;}
    #simple-menu .fa-bars { color:#000 !important;}
    }

    Regards,
    Brad

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