This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
how do i hide “September 10, 2016 at 1:51 pm by granola ” on the home page post slider?
thanks
Hello,
Add this code in Global Custom CSS:
.meta-post {
display: none;
}
Regards,
Eva Kemp.
thanks a lot!
also, how do i make rounded corner for the images on the home page post slider?
Hello,
Please add this code in Custom CSS:
.home .post-slide-img {
border-radius: 8px;
}
.home .post-slide-img .bg {
border-radius: 8px;
}
Regards,
Rose Tyler.
thanks a lot
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘post slider’' has been successfully resolved, and the topic is now closed for further responses