• Resolved catezee

    (@catezee)


    Hi,

    I’m trying to change the white background color of the header to black (image here: https://i.imgur.com/QufNKn1.png) and I’ve tried looking in the CSS files for the code but I can’t find it. How do I change the background color to black?

    Also, I have trouble finding where the background images (especially in the home page) are to be changed. Where do I change the images?

    Thank you!

    • This topic was modified 5 years, 10 months ago by catezee.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @catezee

    To Change the background color of the header white to black add below css code into Appearance → Customize → Additional CSS:

    .header--row-inner.header-main-inner.light-mode {
      background-color: #000;
    }

    After change the background color to black you have to change the font color. And to change the font color follow the below steps:
    Go to customizing -> Header Step1
    Click on Primary MenuStep2
    And change the font color as per your requriment.Step 3

    And to change the Background Image follow the below steps:

    Click on the Edit with Elementor button Step1

    And follow this steps. Step 2,3,4

    Let me know if that does it.
    Thank you.

    Thread Starter catezee

    (@catezee)

    Thank you so much @snehalb890! It now works! ??

    @snehalb890 thanks bro!!! it works wondefully

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I Change the Background Color of the Header & the Background Images?’ is closed to new replies.