Menu-image, Event Planners

Home Forums All Other Themes Menu-image, Event Planners

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

    Hi,
    How can I change the color on the menu bar image? I checked out the customizer but couldn’t find anything. I tried using CSS but apparently, I’m trying the wrong code.

    https://imgur.com/a/9k1uHNa

    As you can see it doesn’t show up very well. Also, the menu image doesn’t show up at all on a smartphone (vertical position).

    Website: srcpartycom/src

    Thanks,
    Diane

    #114069
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    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 .fa-bars { color:#000 !important;}
    #simple-menu { top:50px !important;}
    }

    Regards,
    Dave

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