Forums
Home / Theme: HoneyPress / How to replace imagem?
(@sergioweege)
3 years, 9 months ago
How to replace the standart image in the top of page?
(@rishi911)
Hi, sergioweege
Thanks for contacting us!
To replace the image, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:
.page-title-section { background: #17212c url(‘https://localhost/review/wp-content/uploads/2021/02/02-3-scaled.jpg’) !important; }
Note: Replace the URL with your image URL.
I hope it will work for you.
Thanks Rishabh