Header color or image change

Hello

I’m unable to change header color or add image to the header through css edit…

I tried
.x-logobar {background-color:#00ccff;}
.x-navbar {background-color:#00ccff;}

.x-navbar-inner {background-color:#00ccff;}

web page: http://ha-atto.cz/

Can you help me?

Hello Daniel,

Thanks for writing in!

You are using Ethos stack. Please go to X > Theme Options > Ethos to adjust the background color. And then for you navbar, I can see that you are using UberMenu. Because of that, you will need to go to Appearance > Ubermenu > General Settings to change the background colors.

Meanwhile, X Theme 7.1.2 is now available in automatic updates! This release contains fixes for several issues, like you have mentioned above, so be sure to check out the changelog (https://theme.co/changelog/). Please do update to the latest version. After doing the updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Best Regards.

Hi Ruenel

Thanks for reply. So I updated, cleared cach with WP Super Cache and cleared style cache in X. It is enough? Or something more is needed?

Yes I know that there is option for background color, but in case I want image?

I placed this code to the WP/Appearance/Editor/ :
x-logobar {background-color: #3ba8d6;}
and tried also
x-logobar {background-image: url(‘https://www.ha-atto.cz/wp-content/uploads/2020/01/background-header.jpg’)}

But none is working :frowning:

Regards

Hello Daniel,

Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-logobar {
  background-color: #3ba8d6;
  background-image: url('https://www.ha-atto.cz/wp-content/uploads/2020/01/background-header.jpg');
}

And you will have this:

Hope this helps.

ohh there in theme options … thank you.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.