Change header background color for Benevolence

Hi. I’m using the Benevolence template from The Design Cloud. But I don’t see where to change the color from the green to another one in the Header section for the Customizer. Where do I change this?

Thanks!

Hi @x_stei,

Please kindly go to X/Pro > Theme Options > CSS (CSS is a button at the left side of the Theme Options Screen) and there you will see a CSS code for the Navifgation:

.x-navbar {
  border-color: transparent;
  background-color: #00a580;
}

Change #00a580 to a color code that you want.

Then you can hit the save button.

Thank you.

1 Like

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