-
-
Hey,
I would like to get rid of the post title in single post.
Could not find the right syntax in style.css.Also I would like to “display: none” the comments.
Is that possible to?Can you help me with this?
Many thanks -
Hey there,
I found this code and it works:.single-post h1{ display:none;}
Is there a better way? In this case I loose h1 for SEO..single-post #comments { display: none;}
Now the css keeps this big distance at the bottom of the post.
Can I erase it?Best regards
-
Hello,
You can edit the post custom css to this:
.single-post h1{ visibility: hidden;}
Can i please see a link of a post?Best regards!
-
Thanks for your help.
Please have a look to this post.
I would like to get rid of the top and bottom margin.Can you help me with this too?
Many thanks
-
-
Hello,
Please add this code into your custom css box:
.blog-article.standard-style .content { padding-top: 0 !important; margin-top: -25px !important; } .blog-article .extra_info {display: none;} .blog-article.standard-style .info {display: none;} .blog-article.standard-style .content .text { margin-bottom: -35px !important; }
There are two sections under the post content with info and extra info. These sections do not have any content but they do contribute in the space at the end of the post. So i removed them by adding this block code in the code above:
.blog-article .extra_info {display: none;} .blog-article.standard-style .info {display: none;}
Let us know.
Best regards!
-
Great!!
Now it is perfect. Many thanks again.
I gave 12* to your support :-)
Nice weekend. -
-
You must be logged in to reply to this topic.