[ad_1]
I need to make a web for a uni project and i dont want to pay a dime cause you know its uni. Is this even possible? ive seen the common solution is to go additional css and change the code but it makes me pay a subscription, any alternative ways?
[ad_2]
What
Check your theme to see if there are any settings. If not, out of luck using WordPress.com. The free tier is super limited in what you can do.
Best option is find a supercheap/free host, get a free domain, and then install WordPress yourself. Then you can do anything you want.
You don’t need to pay to use custom CSS in WordPress. Your theme is trying to gouge you. Ignore it.
Logged in as Admin, from the header Click Customize -> Additional CSS (at the bottom)
Type your CSS. You probably need something like:
`.post-category {`
`display: none;`
`}`