Title: post title css modifying
Last modified: May 21, 2023

---

# post title css modifying

 *  [boogoreu](https://wordpress.org/support/users/boogoreu/)
 * (@boogoreu)
 * [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/)
 * I want to make the titles of the homepage and individual posts bold.
   So I added‘.
   entry-title a {font-weight:900; !important;}’to css, but it doesn’t apply.
    -  This topic was modified 3 years ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-title-css-modifying%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/#post-16755806)
 * The titles on the details page don’t have links, so this will do:
 *     ```wp-block-code
       .entry-title { font-weight: 900; }
       ```
   
 * In Archives, however, they are linked, so your specification should work there–
   I just don’t see it in the source code. Where did you insert it?
 *  Thread Starter [boogoreu](https://wordpress.org/support/users/boogoreu/)
 * (@boogoreu)
 * [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/#post-16756831)
 * As you said, I modified the css using ‘Additional css’, but there is no change.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/#post-16757085)
 * I see the code in the source code of the page. Currently you have the following
   there:
 *     ```wp-block-code
       blockquote {    margin-left: 0px; !important; /*you can adjust this number*/} //인용구의 앞부분 공백 제거해주는 코드#wpdcom .wpd-form-row div.wc_email-wrapper {     display: none !important; } //댓글에서 이메일 기입란 제거해주는 코드.entry-title { font-weight: 900; !important; }
       ```
   
 * My recommendation would be to do without the special characters for once. Maybe
   the browser chokes on them when interpreting the code. Just write:
 *     ```wp-block-code
       blockquote {
           margin-left: 0px; !important;
       } 
   
       #wpdcom .wpd-form-row div.wc_email-wrapper { 
           display: none !important; 
       }
   
       .entry-title { font-weight: 900; !important; }
       ```
   
 * That’s all.
 *  Thread Starter [boogoreu](https://wordpress.org/support/users/boogoreu/)
 * (@boogoreu)
 * [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/#post-16772615)
 * As you said, I modified the css using ‘Additional css’
 * and at ‘[post page](https://bookgoreupa.com/%eb%a7%88%ec%bc%80%ed%8c%85/%ec%b1%85-%ec%8a%a4%ed%8b%b1-%eb%a6%ac%eb%b7%b0/)‘
   I can see the change the font-weight
 * but at ‘[main page](https://bookgoreupa.com/)‘ I can’t see the change the font-
   weight
 * and I want to change h2, h3, h4 font-weight too
    -  This reply was modified 3 years ago by [boogoreu](https://wordpress.org/support/users/boogoreu/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘post title css modifying’ is closed to new replies.

## Tags

 * [posttitle](https://wordpress.org/support/topic-tag/posttitle/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [boogoreu](https://wordpress.org/support/users/boogoreu/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/post-title-css-modifying/#post-16772615)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
