How to change the color of the title bar?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet How to change the color of the title bar?

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #283408
    Juan Pablo Barbieri
    Participant

    I would like to change the white color of the title bar, how could I do?

    other questions I have, sorry for adding it to the entrance, and could make the title bar locks when I slide the page down?

    #283526
    J. Davis
    Keymaster

    Hi Juan,

    1. You need to edit .site-header class to edit background of logo and navigation section e.g.:

    .site-header{
    background:#cecece;
    }

    You can add it to child theme styles.css file or MotoPress>Settings>Custom CSS code.

    2. In order to make the menu sticky you should go to Appearance > Customize > General > enable ‘Sticky menu on scroll’ option.

    Best regards,
    John

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