Home › Forums › Gillion Theme › Category font – alter weight of font
Home › Forums › Gillion Theme › Category font – alter weight of font
Hi
I have placed the “categories” at the top of my posts. They are currently written with a font that is far to light. Can the weight of this font be altered? I have tried many different methods but seem to be coming up short 🙁
Hi @amudalainc,
Thank you for your question.
Yes we can achieve this developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-list .post-categories a { font-weight: 600; }
Hi
I have tried this and have found that it made no difference. Any other suggestions?
I had another look and wanted to add that it does seem to have worked for all other posts, but not the one that is shown as the initial/feature post as seen in the attached images.
Solution for this topic
To make it work on featured post also please try using below CSS code instead of the above shared CSS code.
#content .post-categories a { font-weight: 600; }
Perfect – love your work. Thanks again
You are always welcome here 🙂