Home Forums ArileWP Pro Transparent header color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34604
    Ismo Tanskanen
    Participant

    Hi,

    When I select transparent header, start page header is transparent, but in other pages header is always white.
    Is it possible to change header color in other pages when using transparent header?

    Home

    #34645
    themearile
    Keymaster

    Hi Ismo

    Okay, please add the CSS code below in the Additional CSS Box. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    .navbar {
    background-color: #dd3333 !important;
    }
    body.page-template-frontpage .navbar {
    background-color: transparent !important;
    }
    body.page-template-frontpage .navbar.header-fixed-top {
    background-color: #dd3333 !important;
    }

    You can change the color code as per your requirement.

    Thanks

    #34655
    Ismo Tanskanen
    Participant

    Thanks, works great!

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