• Hello(:

    If I want to change the white color on my website to dark gray, how would I then do that? I’m thinking about the white background behind the sections and in particularly the white header.

    Just so it matches the footer.

    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AC

    (@purplecodes)

    Themeisle Support

    Hello there,

    Thank you for reaching out.

    You would have more options to control the color of the theme in the Pro version.
    You can change as well the footer and header colors to match the colors of your site.

    As for the background color for each sections, you may need to use custom codes to achieve that. We will provide you as much assistance that you need to get your site up and running except for custom coding.

    Let me know if there is anything else I can help you with.

    Hi, @malthehave!

    After you log in into your WordPress account,go to Customizer -> Additional CSS and paste the following code:

    .home .focus,
    .home .our-team,
    .home .latest-news,
    #main-nav {
    	background:#272727;
    }

    I hope this this was useful.
    Please note that #272727 can be replaced with any color hex code, so if you prefer another color, you can now easily change it.
    https://www.w3schools.com/colors/colors_picker.asp

    Have a great day!

    • This reply was modified 6 years, 8 months ago by ancapantilie.
    • This reply was modified 6 years, 8 months ago by ancapantilie.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the background color’ is closed to new replies.