Home › Forums › Gillion Theme › Categories overlap with “Fancy Button 2” on Blog Page
Home › Forums › Gillion Theme › Categories overlap with “Fancy Button 2” on Blog Page
Unfortunately I just changed the category button style to “fancy button 2”, which results in overlapping categories on the blog page:
E.g. here with the second post “Hotel Erbprinz” https://www.petitchapeau.de/wandern-und-natur/
Screenshot attached.
Is there a way to fix this or at least limit the number of categories to show?
Thanks!
Hi there,
Sorry for our late response.
You can add this custom CSS below to the Gillion settings > Custom CSS/JS:
.blog-list.blog-style-masonry .post-categories a:nth-child(n+4) { display: none; }
Let us know if that helps! 🙂
Best regards,
Shufflehound team