I would like to know how I can hide the course categories that appear inside each course card.
For example, they currently display like this:
By admin in Algebra, Business, Calculus, Discrete Math, Health & Fitness, Math, Statistics
Since there are too many categories, it breaks the design layout. Could you please guide me on how to hide or limit the number of categories displayed within the course cards?
The commas you’re seeing remain visible because they are printed as plain text rather than part of the link elements — so CSS can’t fully remove them individually.
If you prefer a clean and simple solution, you can hide the entire meta line (the “By Developer in …” section) with the following CSS:
Please go to Dashboard → Appearance → Customize → Additional CSS, paste this code, and click Publish.
After refreshing your site, the line with the author and categories will be completely hidden, keeping your course cards clean and consistent.
Best regards,
Serkan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.