Okay
  Public Ticket #1539643
Top header color
Closed

Comments

  • NexTtrick started the conversation

    How can I change top header color only in interior pages like ‘Blog’, ‘About Us’ but not in home. I need to have transparent in home’s top header and my Main color in interior pages.

  •  2,010
    Ocean replied

    Hi,

    You can easy add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    .page-template-template-trans #top-bar{ background: rgba(0,0,0,0.2)!important; }