Title: Css question with theme
Last modified: August 31, 2016

---

# Css question with theme

 *  [bethplummer](https://wordpress.org/support/users/bethplummer/)
 * (@bethplummer)
 * [10 years ago](https://wordpress.org/support/topic/css-question-with-theme/)
 * [http://ciaomedspa.com/](http://ciaomedspa.com/)
 * How do I NOT display the title on the Home Page ONLY.
 * Right now the background color is dark blue and gray. Is there a way to overwrite
   that? I would like a soft blue color and there is not a way for me to change 
   within the theme admin.
 * I do have an area where I can add custom css.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years ago](https://wordpress.org/support/topic/css-question-with-theme/#post-7382554)
 * as your theme is not one of the supported themes from [https://wordpress.org/themes/](https://wordpress.org/themes/),
   you might need to contact the developer of the theme for help.
 * generally, try using a browser inspection tool to investigate what CSS you need
   to edit.
 *  [Nichlas Brandon](https://wordpress.org/support/users/calorius/)
 * (@calorius)
 * [10 years ago](https://wordpress.org/support/topic/css-question-with-theme/#post-7382573)
 * Check if this produces the result you’re looking for:
 *     ```
       /* Remove Homepage Page Title */
       .home h1 {
           display: none;
       }
       ```
   
 * Add the above to your custom CSS, then clear/purge any caching on your site and
   refresh your browser to check if the CSS code worked.
 * If it does work, you may consider looking for a more optimal solution from the
   theme developer, or you can just leave it like that.

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

The topic ‘Css question with theme’ is closed to new replies.

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Nichlas Brandon](https://wordpress.org/support/users/calorius/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/css-question-with-theme/#post-7382573)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
