Hi,
How can I delete the header background image? I've tried through WMPLS>Header, but it's still appearing on every page. Thanks in avance for your help.
Kind regards,
Hy
Can you please share the page where you wish to remove header background image. It would be great if you can share page url.
Here is the url: www.deroseetoile.fr
The title is white on white, but passing with the mouse, you can see it.
Thanks in advance.
Hy
a. Edit the Page in WP Admin panel.
b. Set the page template to "No title"
c. The title would be removed.
Hi,
I did that, but it did not work. I want to remove completely the header background image. I've put this one, just as a temporary image.
Thanks in advance.
Hy
Try to add the given css from wp-admin -> appearance -> customize -> custom css:
.home-page .title-text h1 {
display: none;
}
.home-page section.title-area {
top: 100px;
}
Hi Alex,
Thanks for your reply. It did work for the home page, but not for the other page, for example here : http://www.deroseetoile.fr/methodologie/
However my resquest is how to remove completly the header background image, as I did it through the WPMLS> Header, but it didn't work.
Thanks in advance for your help.
Kind regards,
Hy
Hi again,
I decided to change the child theme, so that I would have this problem anymore.
Thanks for the help anyway.
Regards,
Hy