• Resolved 24horasonline

    (@24horasonline)


    I would like to know how to change the background color of the header where the menu is, because I would like to put a white background, even choosing the theme with litgh skin, it is dark in color. There is a way to make this change. Wait. thanking you in advance.

    Wilson de Carvalho Junior

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jarret

    (@jarretc)

    Hi, you would need to do something like the following in Appearance->Customize->Additional CSS

    #header-text-nav-container {
    	background-color: white;
    }
    
    #header-text-nav-container #header-right-section a, #header-text-nav-container #header-right-section .fa, #header-text-nav-container #header-right-section .main-navigation ul li :after {
    	color: black;
    }

    The first part sets the header area to white while the second part of the code sets the menu links to black along with the search icon and the menu dropdown arrows.

    Thread Starter 24horasonline

    (@24horasonline)

    Ours was spectacular, thanks for the support and attention, if possible can also give me the information to put in the footer, so that the footer follows the header. Thanks in advance for your help

    Jarret

    (@jarretc)

    I think this is what you’re looking for

    .footer-widgets-wrapper {
    	background-color: #fff;
    }
    
    .footer-widgets-wrapper .tg-one-fourth * {
    	color: #000;
    }

    Not sure if you wanted the footer part with the copyright info with a white background and black text as well? If so, you can also add the following

    .footer-socket-wrapper {
    	background-color: #fff;
    }
    
    .footer-socket-wrapper .footer-socket-area * {
    	color: #000;
    }
    Thread Starter 24horasonline

    (@24horasonline)

    Thanks for the support, and congratulations to the team, a great theme.

    Wilson de Carvalho Junior

    Hey @24horasonline ,

    We hope you are finding this theme interesting. We would really appreciate for the review.

    Good Day,
    Best Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Explore change color of menu header and background area’ is closed to new replies.