Hi
I have a post slider based on Portfolio entries and set to display only Title and Excerpt but it displays all other informations as tags number of comments etc.. I even tried wiyh only Title and it the same. it still displays everything under the image.
Please see the example bellow
Thank you
Hey hdpcr,
Could you please provide login details to your site, so that we can have a closer look at the element. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Sure
Thank you
Hey!
Please add to your Custom CSS
.slide-meta { display: none; }
and let us know if that solves your issue?
Regards,
Basilis
Hi
I added the Cusstom CSS and still the same, Nothing has changed
Thank you
Hi,
Please use this instead:
.slide-content .blog-categories.minor-meta {
display: none !important;
}
That code will remove the category container.
Best regards,
Ismael
Hi
It works, but it still displays comments counts that i don’t need it to be displayed. Also the title is not centered and excerpt is in different color than title. How can i center the title and change the color to white to excerpt.
Thankx