Category font - alter weight of font

Home Forums Gillion Theme Category font – alter weight of font

Home Forums Gillion Theme Category font – alter weight of font

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • amudalainc
    Participant

    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 🙁

    Attachments:
    You must be logged in to view attached files.

    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

    amudalainc
    Participant

    Certainly

     

    https://www.gooodgoodgod.com/

     

    Thank you

    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;
    }

     

     

    amudalainc
    Participant

    Hi

     

    I have tried this and have found that it made no difference.  Any other suggestions?

    amudalainc
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    amudalainc
    Participant

    Perfect – love your work.  Thanks again

    You are always welcome here 🙂

Viewing 9 posts - 1 through 9 (of 9 total)