• Where can I change the post title font size (where it’s listed on the categories page)? It’s not in style.css. Tried putting in:
    .post-title {
    font-size:12;
    }
    but that doesn’t work. (Font size at the moment is 24) Not a code guru, so please be patient. If you can tell me exactly where to look and what to do, on which pages, I’ll be thankful.

    Thank you, I appreciate it!!!

    Jen

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator t-p

    (@t-p)

    Try using a tool – for example – like Firefox with the Firebug add-on for this kind of CSS work. https://getfirebug.com/

    We’d need to see the site for help with CSS issues.

    @jean7777, firstly never change theme files itself (for example the style.css), as your changes will be lost with every update.

    Do CSS changes in THEME SETTINGS -> CSS. There is an extra CSS section for overrides.

    To change your post titles in blog listings, for eample in the archives, add this CSS snippet:

    /** the post titles **/
    h2.posttitle {
    font-size: 14px;
    }
    Thread Starter Jean7777

    (@jean7777)

    Hello!! Thank you so much for your replies! Appreciate it.

    The site is https://www.seriousmoney.co.za/training/

    I’ve looked at firebug but (sorry) don’t know how to use it. (Totally coding-impaired, really admire you guys!).

    Thanks, KonradS, I’m going to try it, will get back to you!

    Thank you so much, for your help!!!
    Jen

    Try reading the help info on the firebug website – it’s quite good and it will make CSS work MUCH easier.

    https://getfirebug.com/faq/

    Thread Starter Jean7777

    (@jean7777)

    Hi KonradS

    I;ve tried inserting that in the CSS section in theme settings, but it didn’t change anything. Any other advice?

    Please help, it needs to change – it’s way too large – it looks terrible!

    Thank you!!!!
    Jen

    hi jen, cannot access your website rightnow, says “Gateway Timeout”…

    anyway, try this instead:

    h2.pagetitle { font-size: 18px; }

    and modify to your needs.

    hope that helps – konrad

    p.s. the other one is for the blog post listings like in the archives..

    Konrad, I also would like to reduce the title size for post page. Neither of the above css worked for this page.

    Ozmint.com

    ah try this

    div.posts-img-over-content h3 a {
    font-size: 17px;
    }

    ?? let me know

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change post title font size’ is closed to new replies.