Home Page title
-
How do you remove the homepage title
this isnt what i want i want to re,ove the actual page name
i tried this:
.home .headline_area {
display: none;
}but it didnt work am i on the right lines
i got it to work temporary by adding:
<style>.entry-title {display:none;}</style>to the html of the actual page but when i went to visualizer to change anything else it dissapeared from the html/page itself when i preview’d it is there a way to stop the code from vanishing
Got it for anyone else with this problem i found the page id in browser found this line:
<body class="home page page-id-672 page-template-default logged-in admin-bar custom-background two-col-left two-columns">and in custom css put:
#post-672 .entry-title
{
display:none;
}although when i did this i noticed the print button for this page isnt working do you know how to fix this
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
