Hi
I can’t remove the frontpage text “FORSIDE” in my frontpage text.
I have a static frontpage with 1 menu with 3 pages (FORSIDE, VINSMAGNINGER and DOWNLOADS)
The text title from the frontpage (FORSIDE) also appears in the front page text.
You can see it here: http://www.vinkender.dk/index.php
How do I remove this text in the frontpage ?
Best regards Henrik Jensen
Hi henrik.jensen, Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#content .entry-title { display:none; }
Thank you!
Thanks 🙂
Best regards Henrik
Hi again
After a little extra review it works perfect on the front page.
But my blog list page (page VINSMAGNINGER) will in the same time miss the headlines from the blog page.
Is there an other way/CSS code that only will affect the entry-title on the frontpage ?
Hi henrik.jensen, Once try this below CSS
.home #content .entry-title { display: none; }
Thanks !
Everything is perfect now 🙂
That’s great henrik.jensen