• Goog afternoon,

    I cannot change the blue color of the header in secondary pages.
    I went to customize/colors and changed it there. And also to customize header.
    The homepage is fine but not the rest.

    Also, is there a way that the logo does not shrink when scrolling down the webpage?

    Thank you for your help!
    Ignacio

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    ?Please accept my apologies for the delay in response. I really appreciate your patient.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .menuStyle5 #masthead.site-header {
      background-color: rgba(0, 0, 0, 0.3);
    }
    
    .is-sticky .site-header .custom-logo-link img {
      max-width: 100%;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] Airi: Cannot change the color of the header’ is closed to new replies.