• Hello Fotis,

    How can I change the font and size of my category headings that appear at the top of my posts. I notice they take on the same font as my paragraphs, but wanting to change this. Thank you

Viewing 15 replies - 1 through 15 (of 15 total)
  • Fotis

    (@markwaregr)

    Hi there,

    can you share a URL where these category heading appear?

    Thread Starter bdchika

    (@bdchika)

    The website is https://www.cookingwithchika.com/ I’m referring to the category’s that appear above the post titles

    Thanks

    Fotis

    (@markwaregr)

    Hi there,

    you can try this

    .entry-categories a{
    font-size:10px;
    }

    in your custom css box under Customize->Additional CSS

    Let me know if this helps

    Thread Starter bdchika

    (@bdchika)

    Thank you, I’ve added the code but it did not make a difference…I changed the size to 5….still looks the same

    Fotis

    (@markwaregr)

    Do you have any other css code? Can you add it before any code you might have and let me know

    Thread Starter bdchika

    (@bdchika)

    I’ve added the code before another code and still nothing changed….

    Fotis

    (@markwaregr)

    Hi there,

    I don’t see my recommendation. Do you have a caching plugin enabled? Have you cleared your cache before previewing ?

    Thread Starter bdchika

    (@bdchika)

    Hmmm….the code is entered in my ‘Additional CSS” in the customizer…….. I cleared my cache via “purge SG cache” button…still nothing. …I’m not seeing that I have a caching plugin via review of my active plugins…

    Fotis

    (@markwaregr)

    Still I don’t see my recommendation, Do you have any CSS in you Additional css box?

    .entry-categories a{
    font-size:10px!important;
    }
    

    Can you place this in the end of your child themes style.css file

    Please do not remove it and ping me.

    Thread Starter bdchika

    (@bdchika)

    I have added this code to my style.css file….i changed the size from 10 to 6……still no change……I’m not sure how to ping you…..

    Yes, I have other codes in my additional css box…concerning you are unable to view/see the additional css codes……

    Thread Starter bdchika

    (@bdchika)

    Could the issue be as a result of me deleting the ‘WP Custom CSS plugin” I had…….as per the direction I received from you approx 3 weeks ago in my topic thread/post “widget titles”?

    Fotis

    (@markwaregr)

    Hi @bdchika

    I suggested to remove the custom css you have, not the plugin. So please install and activate this plugin again and add my custom css there instead.

    It seems no code is applied, either because of a CDN or caching plugin. Perhaps using a third party plugin to add CSS will help.

    Thread Starter bdchika

    (@bdchika)

    Fotis!!! Thank you so much!!!! OMG…your patience and support with this is appreciated…I activated the plugin again and added the code and it worked!! Thank you!!!

    Thread Starter bdchika

    (@bdchika)

    By the way…what is a ?CDN? So I can fix this issue of you being unable to see the coding on my site? Just in case for the future.

    Fotis

    (@markwaregr)

    Hi there,
    Glad you worked things out, check this https://www.cloudflare.com/learning/cdn/what-is-a-cdn/ article, and consult your host if they actually have any CDN enabled. If not I suggest checking your WordPress installation just in case it has any issues (again you host can help out with this)

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Category Font’ is closed to new replies.