i´d like to hide or delete
the category info and
the permanent link info
in the content area.
how i can do this?
attached you´ll find a screenshot
http://www.brand-machine.de/kriesi-template.jpg
regards
i´d like to hide or delete
the category info and
the permanent link info
in the content area.
how i can do this?
attached you´ll find a screenshot
http://www.brand-machine.de/kriesi-template.jpg
regards
Hi!
Try to add following code to css/custom.css:
.single-post h1.post-title, .single-post .blog-categories{
display: none;
}
Regards,
Peter
Hi Peter,
i attached this code, but it doesn´t work.
here is the link:
Hi!
In your custom.css try to add this code:
.template-blog .entry-content h1.post-title,
.template-blog .entry-content span.blog-categories
{
display: none;
}
Hope it helps. :)
Best Regards,
Ismael
This topic has been closed to new replies.