Hi there,
All of you folks at Kriesi are GREAT!
I am using the blog post option in the advanced editor. The blog post title comes up along with the categories. How do I remove the categories and just have the blog post titles?
Thanks,
Sheri
Hey SheriG,
Use this code in the General Styling > Quick CSS field:
.slide-content .blog-categories {
display: none;
}
Best regards,
Mike
It worked perfectly. Thanks!
Quick response and quick solution…You rock!