Hi there,
I would like to change this yellow background color with an image or another color on privacy page, but I can’t find where to do that?
Thanks
Hi there,
I would like to change this yellow background color with an image or another color on privacy page, but I can’t find where to do that?
Thanks
Hi there
Please provide a link to your page
Hi Noda,
You know this site
Its one-pager website without the blog.
This would be an extra page for privacy.
I can’t customize background color on that page, to another color or image. At least I can’t find it.
On this page, I can update only menu.
Thanks in front,
Irena
Dear Irena I need url of the page we need it for generating css from the page
Hi Noda
This is URL of the page
See email above for question.
Thanks,
Irena
hey there
Add this CSS in appearance - customize - additional CSS
.page-id-2 #header {
background-color: rebeccapurple !important;
}
please note, this code will work only on this page
Thanks!
Colorlib Support Team
Hi Noda,
Thanks, this worked out!
I change it to grey, but would like to know how can I add image instead of just color?
Thanks!
Irena
Hello there,
You would have to add something like the following:
.page-id-2 #header {
background-image: url(https://s-ec.bstatic.com/images/hotel/max1024x768/797/79726354.jpg);
}
Best Regards,
Support
Thanks for the reply!
Just don’t know how to add an image from my library, for example, background image from the homepage.
Thanks,
Irena
Hi,
You need to go to the Media Library then locate the image and use the image URL/address and replace it in the code.
Take care.