I have lots of posts with multiple categories.
I selected to only show titles – but this breadcrumb with the categories is there too!!
I did the enfold settings to not show any author, date, etc., etc. & turned all of it off & the stupid categories are still there.
Really need to get this garbage off.
Could you help me with how to do that?
What am I missing?
Thanks!
Hey Intell,
Please try the following in Quick CSS under Enfold–>General Styling:
.blog-categories {
display:none !important;
}
Thanks,
Rikard
Hey thanks!!!
Love it – worked.
Could you tell me how to enlarge the font of the Titles on that same page?
The titles font is small & it looks odd.
Thanks!!
Hi!
Please add following code to Quick CSS
.avia-content-slider .slide-entry-title {
font-size: 20px;
text-align: center;
}
Cheers!
Yigit
Thank you soooo much!!!