Viewing 5 replies - 1 through 5 (of 5 total)
  • Which titles do you mean exactly?

    Hi,

    I looked on your site and I think you might mean on the post title. As I can see, your site is using headings on your post title so you can re-adjust the value of your font-weight in your CSS file, or you can check if your theme supports customising the font-weight through Customiser.

    Cheers!

    Thread Starter abrogard

    (@abrogard)

    Thanks for that..

    That’d be right, the post titles. I guess I should have said that. What other titles are there? I will edit it to make it clear.

    where do I find my css file I wonder…..

    aahhh.. it seems I cannot edit it… oh well…. Post Titles. Yes. “)

    • This reply was modified 5 days, 4 hours ago by abrogard.

    That’s a design decision made and coded into your active theme by the theme’s authors.

    As this is a classic default theme (as opposed to a modern Block or Full-Site Editing theme), the only way to override any of these design decisions is through new code of your own.

    The following custom CSS code will make the blog post titles on both the archive-type pages (including the blog page you gave) and the individual POST pages bold.

    h1.entry-title, h3.entry-title a {
        font-weight: bold;
    }

    (Copy and paste this into APPEARANCE -> CUSTOMIZE -> ADDITIONAL CSS)

    Hey @abrogard
    You can find CSS file in your theme editor
    Appearance => Theme Editor => style.css
    Or you can use this alternate way to add css
    Appearance => Customize => Additional CSS

    You can directly add above css which is given by @gappiah.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.