[Picart theme] Menu bar color

Home Forums All Other Themes [Picart theme] Menu bar color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205717
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 30
    • Replies: 72
    • Total: 102
    Member since: May 16, 2020

    Hi,

    Where do I set the menu bar color?
    I have customised colors in Customizer – Basic – Color options, but I see no option for the menu bar there.
    I want the color to change from #68c7b4 to #e4d3cc

    regards,
    Hasso

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

    Hi,

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

    .navigation-bar {
      background-color: #e4d3cc;
    }
    #topmenu ul li {
      border-color: #d7c1b9;
    }

    Regards,
    Chris

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