This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
Hello,
I have to set the post page:
– I would like to delete the line with the path of the link (HOME / UNCATEGORIZED / SETTEMBRE: NUOVE FOTO PER UNA NUOVA VESTE!) under the header
– I would like to delate the LEAVE A REPLY & COMMENT area under the post.
– to set the featured image in the center of the page, and not at the left.
How can I do?
thank you
Erica
Hello,
1. You can disable breadcrumbs in post editor, select “Disable” for “Breadcrumbs Style” field on the right side.
2. Add this code in Global Custom CSS:
.comment-respond {
display: none;
}
3. Please use this code in Global Custom CSS:
article.blog-post .wp-picture {
width: 100%;
}
Best regards,
Jack Richardson.
Hi,
I applied your indication, but I have a problem with this post:
http://www.bottegadelledonne.it/nuova-veste/
I see always “UNCATEGORIZED” word at the top of the page. I don’t want the name of Category is visible.
How can I set this feature?
Thank you
Hello,
Please use this code in Global Custom CSS.
.single-post article.blog-post h6.active {
display:none;
}
Regards,
Robert Hall.
Thank you, now it’s ok.This code will work with each post I insert in the future ?
Erica
Yes, for single post page. If issue will appear then contact us again.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up