Navigation Bar Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23366
    rkw2345
    Member

    Is there an easy way to change the color of the navigation Bar?

    I want to change it to the color attached.

    [attachment file=23367]

    #23380
    Veena
    Moderator

    You can change it in “Entry Title Background” under Header Options in the page edit window .

    #23396
    rkw2345
    Member

    I want to change the color of the Navigation bar not the heading below it.

    As for the headings below on some pages it does not remove like on the blog. Is there a reason for that?

    #23431
    Veena
    Moderator

    You can use the below custom CSS –

    header#title-area {
        background-image: none;
        background-color: #000;
    }
    

    If you want to change only for specific page’s then you need to target the page id like below example –

    .page-id-12497 header#title-area {
        background-image: none;
        background-color: #000;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.