This topic has 4 replies, 3 voices, and was last updated 9 years ago ago by Jack Richardson
Hello, I am writing this post because I have trouble finding what to delete in the code to delete a specific element.
It’s about the div “article-info”. When you post a new article, the information appears as the publication date, category, author etc… And i want to remove it from the article.
When I “expect the element” I see therefore that a div called “article-info” to remove.
Can you tell me how I delete this item? thank you a lot.
Hello,
Please add this code in custom.css file:
.article .entry-utility, .article .article-info .article-date {
display: none;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/xmarket directory via FTP and enable it in Xmarket – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
It works ! you really helped me! Thank you
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Remove an item.’' has been successfully resolved, and the topic is now closed for further responses