Site logo

[Resolved] Change Header Background

Home Forums Support [Resolved] Change Header Background

Home Forums Support Change Header Background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2507659
    Liron

    Hello GP Support,
    How can I change the header background on this demo website? – https://gpsites.co/construction/
    I want to change the header – site title background (The orange one where the site title – Construction is).

    Thanks

    #2507668
    Leo
    Staff
    Customer Support

    Hi there,

    Go to the Additional CSS field in the customizer and modify background-color: var(--accent); in this snippet:

    .navigation-branding, .mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
    	padding-left: 24px;
    	padding-right: 24px;
      background-color: var(--accent);
    	margin-left: 0;
    }

    Let me know if this helps 🙂

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