Title: CSS Fallback usage?
Last modified: August 22, 2016

---

# CSS Fallback usage?

 *  Resolved [DuMuSun](https://wordpress.org/support/users/dumusun/)
 * (@dumusun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-fallback-usage/)
 * How CSS fallback actually works?
 * [https://wordpress.org/plugins/hide-singular-title/](https://wordpress.org/plugins/hide-singular-title/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * (@wp-apps)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-fallback-usage/#post-5690902)
 * **Thank you for asking! 😉**
 * CSS Fallback tries to use some **CSS snippets** to hide specified singular titles
   on case if your current theme does not use WordPress singular titles properly.
 * **You have to modify css-fallback.css file to suite your needs. **You need also
   some knowledge about HTML and CSS to use this feature. **css-fallback.css file
   is loaded only for page/post for which the title hiding is enabled**.
 * CSS Fallback is needed only on case, when theme desinger haven’t used WP API 
   properly. You have to create css instrucions for sepecific HTML element to hide
   it, for example:
 *     ```
       .post h1.title {
       	display: none;
       }
       ```
   
 * You have to figure out the peopre css snipet by yourself as it’s theme dependent.
 * Let us know, if you have any additional questions.

Viewing 1 replies (of 1 total)

The topic ‘CSS Fallback usage?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hide-singular-title_b39382.svg)
 * [Hide Singular Title](https://wordpress.org/plugins/hide-singular-title/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-singular-title/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-singular-title/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-singular-title/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-singular-title/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-singular-title/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [WP Apps](https://wordpress.org/support/users/wp-apps/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/css-fallback-usage/#post-5690902)
 * Status: resolved