• at my main page(https://bookgoreupa.com/) I want to make the titles of individual posts bold.

    so I modified the css using ‘Additional css’
    .entry-title { font-weight: 900; !important; }

    but It doesn’t work

    • This topic was modified 2 years, 12 months ago by Yui. Reason: moved to fixing WordPress

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The titles are already bold (weight: 900) on individual POST and PAGE pages.

    If you want the titles to be bold wherever there are listed (eg on the homepage, in category/tag/date archive listings, etc) then modify your code to:

    .entry-title, .entry-title a { font-weight: 900; !important; }

Viewing 1 replies (of 1 total)

The topic ‘posttitle css’ is closed to new replies.