• Hi everyone,
    Hope you all enjoy your day so far!

    How i do to set different colors for the header and Footer section, do you guys know any way? Thanks!

Viewing 1 replies (of 1 total)
  • Hello!
    You’d need to apply CSS to achieve it.
    Are you familiar with it?
    If so,

    Go to Customize > Add Additional CSS, and write the following:

    #site-header,
    .footer-nav-widgets-wrapper,
    #site-footer {
    	background-color:#222;
    }

    That snippet will change the color of: your header, the widget section on the footer and the info site section of the footer.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Set different colors for the header and Footer section’ is closed to new replies.