• Resolved Chigolo

    (@fitnsexy)


    Hi there,

    I would like to have the entry title in bold, but ONLY on the overview page/s and not in the post itself.

    At the moment I’m using the following code for this:

    /* ENTRY TITLE OVERVIEW BOLD*/
    h2.entry-title {
        font-weight: bold;
    }

    However, this shows the entry title in the post itself in bold also.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Chigolo,

    By “overview” page/pages do you mean the Blog and other archive pages?

    If so, here is a CSS you can try:

    body.blog h2.entry-title, body.archive h2.entry-title {
        font-weight: bold;
    }

    Hope this helps! If this doesn’t work, can you link us to the site in question? ??

    Thread Starter Chigolo

    (@fitnsexy)

    Yeah, I meant the blog and other archieve pages.

    The code is working. Thx for your fast answer and support.

    • This reply was modified 2 years, 9 months ago by Chigolo.

    You’re welcome Chigolo! Glad I was able to help! Feel free to reach out anytime if you’ll need assistance with anything else. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Entry title ONLY bold in overview’ is closed to new replies.