This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hello,
Is it possible not to display the author’s name and the date on articles?
This is when viewing articles in the left sidebar
https://www.mycosycocoon.fr/boutique/
You can see an example
http://www.mycosycocoon.fr/wp-content/uploads/2020/08/Annotation-2020-08-18-185803.png
Secondly, is it possible to delete the heart for adding to the wishlist ?
And how do I change the color of the highlight when I hover the mouse over “Ajouter à ma liste d’envie”
http://www.mycosycocoon.fr/wp-content/uploads/2020/08/Annotation-2020-08-18-183651.png
Sorry i have one more question.
On my article pages I would like to put at the bottom of the page, products that have a certain label.
https://www.mycosycocoon.fr/2020/06/25/l-hiver-et-noel-bientot-la/
How to have the same formatting for the products as on the shop page?
Thank you again for your help
Hello,
1) Add the next code in Theme Options > Custom CSS:
.sidebar .recent-post-mini {
font-size: 0;
}
.sidebar .recent-post-mini > a {
font-size: 14px;
}
2)
.single-product form.cart .wishlist-btn-container {
display: none;
}
.single-product .product-info .single_add_to_wishlist:hover {
background-color: transparent;
color: #dabe95;
}
3) Enable WPBakery Page Builder for posts https://prnt.sc/u22m9j , use Products element.
Regards
You must be logged in to reply to this topic.Log in/Sign up