Title: CSS code not working.
Last modified: June 1, 2018

---

# CSS code not working.

 *  Resolved [incredipaul](https://wordpress.org/support/users/incredipaul/)
 * (@incredipaul)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-code-not-working-3/)
 * Hi there,
 * I’ve looked through the forums for a way to change the colour of my big title
   section header on the Hestia theme, and found a few solutions but none seem to
   work for me when I paste the code in. – it still doesn’t seem to have the desired
   effect – the font is still white.
 * Is there something obviously wrong with my code (please see below)?
 * .big-title-section {
    color: blue !important; }
 * Thanks in advance,
    Paul
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-code-not-working-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-code-not-working-3/#post-10350491)
 * this code works but it will also change all the other titles on other pages
 *     ```
       .page-header .hestia-title {
         color: blue !important;
       }
       ```
   
 * if you use this code (change id to your website id’s of pages) you can change
   other page title colors as well.
 *     ```
       .page-id-14 .page-header .hestia-title {
         color: white !important;
       }
       ```
   
    -  This reply was modified 7 years, 10 months ago by [mrblues](https://wordpress.org/support/users/mrblues-1/).
 *  Thread Starter [incredipaul](https://wordpress.org/support/users/incredipaul/)
 * (@incredipaul)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-code-not-working-3/#post-10371784)
 * Thanks for your help!

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

The topic ‘CSS code not working.’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [incredipaul](https://wordpress.org/support/users/incredipaul/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/css-code-not-working-3/#post-10371784)
 * Status: resolved