Help to change background

hello I want to place a background and remove the default, the cornerstone does not, help thanks

https://prnt.sc/1thm5ny

thanks

Hello Alberto,

Thanks for writing in!

To change the background color of the navbar, please go to Cornerstone > Theme Options > Stacks and select the background color using the color picker.

See the secure note below.

Best Regards.

friend I don’t want to change the color I want to add a background image, help thanks

Hello Alberto,

Thank you for the clarifications.

Please go to Cornerstone > Theme Options > Stacks and set the background color of the Navbar to “transparent”.

Go to Cornerstone > Theme Options > Layouts and Design and then set the background pattern or the background image.

Hope this helps.

hello friend thanks, it did not work, the image does not change when uploading it … help please thanks

https://prnt.sc/1tu73ub

Hi Alberto,

Would you mind sharing your admin credential so that we can take a closer look? To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

1 Like

ready friend I already gave you access thanks

Hi Alberto,

Thank you for the credentials, just want to clarify because your request is confusing, do you want to add images on these areas right?

Regretfully, that would require customization which is something that we can not provide here in the forum. If this is not what do you want to do, please clarify, perhaps provide an example site.

If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.

Thanks,

I want to add a friend background

replace the default black color with an image background

Hi Alberto,

Yes, that would require custom CSS. You can add on your Theme Options > CSS something like:

.x-logobar {
	background-image: url(YOUR BACKGROUND-IMAGE URL HERE);
  background-size: cover;
}

https://www.w3schools.com/cssref/pr_background-image.asp

Please note that this code is only a guide, it would be your responsibility to take it from here.

Thanks,

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