Header background color not working across whole site

Home Forums All Other Themes Header background color not working across whole site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201459
    Joshua IronsJoshua Irons
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: September 29, 2022

    I am building a site in the Air Conditioner theme. I set the header color to a blue color (#3086e8) in the theme customizer but it only shows up on the homepage:

    https://riveravemarketing.com/mcgarrigles/

    The blue header doesn’t show up on any of the interior pages, which you can see here https://riveravemarketing.com/mcgarrigles/about/

    I’m only using a limited number of custom CSS lines in the Custom CSS section of the customizer and none of them appear to have to do with the header’s color. I’ve checked the stylesheet and can’t find anything related to color.

    Can you guys help out – I’m not sure if there’s a CSS error or if I am missing a setting.

    Thanks.

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

    Hi,

    Kindly go to Appearance >> Customize >> Customize >> Header >> Header >> Find text Background Transparency (Must On Above Transparent Header Option) >> and change 0 to 1.

    Regards,
    Dave

    #201508
    Joshua IronsJoshua Irons
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: September 29, 2022

    I made the changes: “Transparent Header on Frontpage” is on, and “Background Transparency” is set to 1. And I’m still getting the same problem on all the other pages except the homepage.

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

    Hi,

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

    .header_wrap .header {
      background-color: rgba(48,134,232, 1) !important;
    }

    Regards,
    Dave

    #201530
    Joshua IronsJoshua Irons
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: September 29, 2022

    Thanks, that worked!

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

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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