Title: Custom CSS not making any difference&#8230;
Last modified: December 14, 2022

---

# Custom CSS not making any difference…

 *  [bradenanderson](https://wordpress.org/support/users/bradenanderson/)
 * (@bradenanderson)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/custom-css-not-making-any-difference/)
 * I’m making custom CSS changes, that I know should work based not only on my experience
   and proficiency with CSS and HTML, but on the fact that these changes work in“
   Inspect” mode on the browser, but do not make the actual change we are looking
   for on the “front-side”. Specifically, I am trying simply to “hide” the ever-
   annoying page titles (nobody uses page titles from the theme anymore!), using
   the code:
 * .hentry .title-post {
    display: none; }
 * I’ve even tried adding “!important;” to the value, but nothing I do is showing
   up on the front side!! Why?!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-not-making-any-difference%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/custom-css-not-making-any-difference/#post-16290690)
 * Hi [@bradenanderson](https://wordpress.org/support/users/bradenanderson/),
 * As checked, your CSS code contains an error.
 *     ```
       /*Inner Page Title Delete*/
       .hentry .title-post {display: none !important;}
       ```
   
 * Try replacing it to
 *     ```
       /* Inner Page Title Delete */
       .hentry .title-post {display: none !important;}
       ```
   
 *  Thread Starter [bradenanderson](https://wordpress.org/support/users/bradenanderson/)
 * (@bradenanderson)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-css-not-making-any-difference/#post-16307864)
 * Really? I mean, anything between is /**/ is just commented out, is that space
   really going to make a difference?! I don’t see how it could.
 * Update: I just tried, and no, that didn’t make a difference…. Any other ideas?
   It’s like the theme just isn’t acknowledging any custom CSS.

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

The topic ‘Custom CSS not making any difference…’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Issues](https://wordpress.org/support/topic-tag/issues/)

 * 2 replies
 * 2 participants
 * Last reply from: [bradenanderson](https://wordpress.org/support/users/bradenanderson/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/custom-css-not-making-any-difference/#post-16307864)
 * Status: not resolved