Twenty Twelve: Remove Page Title
-
The page title appears at the top of each page, I want to remove that title. I think this is where I need to make the change, but I’m unsure how: */element.style {
}
(index):30
.wf-active .entry-header .entry-title {
font-style: normal;
font-weight: 400;
}/*The blog I need help with is: (visible only to logged in users)
-
Hey robinpraytor
i am not able to view your website.But try adding this css to hide the title.
.wf-active .entry-header .entry-title {
display:none !important;
} -
-
- The topic ‘Twenty Twelve: Remove Page Title’ is closed to new replies.