Remove Page Title and Change Font colour of page title using CSS
-
Hi guys,
What code do I need to remove the ‘home’ page title from my home page and am I able to change the colour page titles on other pages
The blog I need help with is: (visible only to logged in users)
-
Hi, add this to your custom CSS. You can adjust the color as desired for the page entry titles.
.page .entry-title { color: #cc0000; } .home .entry-title { display: none; } .home .entry-content { margin-top: 0; } -
-
- The topic ‘Remove Page Title and Change Font colour of page title using CSS’ is closed to new replies.