REMOVE TITLE FROM HEADER IMAGE
-
It shows the navigation/page title on the text overlay of the featured image. BUT if I remove the title of the page the navigation has an error message :(
Thanks for your help.
my site is: teresasdreamscapes.com
The blog I need help with is: (visible only to logged in users)
-
Hi!!
If you are managing your site with Premium plan, you must be able to use Custom CSS.
Can you try to put code below in Custom CSS?
.wf-active .headline.img-headline { display: none; } -
Dear Friend,
I have a Premium plan, however when I copy and paste your code in the CSS window customization and save, the “home” keeps appearing.
Thanks in advance for your help. -
thanks for helping out, teresasdreamscapes!
The code is not being applied because you put it between the comment tags in the CSS editor. (/* and */) Change this:
/* Welcome to Custom CSS! To learn how this works, see http://wp.me/PEmnE-Bt .wf-active .headline.img-headline { display: none; } */to this:
.wf-active .headline.img-headline { display: none; }Let me know how it goes.
-
-
-
You’re welcome! I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.
- The topic ‘REMOVE TITLE FROM HEADER IMAGE’ is closed to new replies.