Title: Additional CSS &#8212; color changes
Last modified: March 3, 2021

---

# Additional CSS — color changes

 *  [nkoltys](https://wordpress.org/support/users/nkoltys/)
 * (@nkoltys)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/)
 * Using Additional CSS, I have inserted the below code to emulate Dark Mode for
   a specific page. I’m only getting the background to change correctly. I can’t
   get the text to change to white. I’ve also tried Hex but no luck. Thanks.
 * body.page-id-16694 {
    background-image: none; background-color: black; color:
   white; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadditional-css-color-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14064368)
 * the text might be formatted using other, more specific CSS selectors.
 * please try to get familiar with using the ‘inspect’ tool of your browser, to 
   find out what is ruling the formatting of certain elements in your site.
 *  [wibergsweb](https://wordpress.org/support/users/wibergsweb/)
 * (@wibergsweb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14064698)
 * You have a link to that page you are trying to change css for?
    -  This reply was modified 5 years, 3 months ago by [wibergsweb](https://wordpress.org/support/users/wibergsweb/).
 *  Thread Starter [nkoltys](https://wordpress.org/support/users/nkoltys/)
 * (@nkoltys)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065012)
 * here’s an update — it appears the Beaver Builder may be the issue. When I create
   a new page using the default text editor with applied CSS, the color changes 
   work. However, any edit made via Beaver Builder causes the white content text
   to disappear. Any ideas?
 *  [wibergsweb](https://wordpress.org/support/users/wibergsweb/)
 * (@wibergsweb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065284)
 * You could try
 * body.page-id-16694 {
    background-image: none !important; background-color: black!
   important; color: white !important; }
 * I guess the builder might do some inline styling that overrides the theme’s css.
   If you have !important this is the highest css priority. (Generelly I don’t like!
   important but I know that it is needed sometimes)
 *  [Jamie](https://wordpress.org/support/users/codente/)
 * (@codente)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065323)
 * I work for Beaver Builder – using !important shouldn’t be needed unless there’s
   style set in a module/row/column for the color.
 * Can you share a page URL with the issue, please?
 *  Thread Starter [nkoltys](https://wordpress.org/support/users/nkoltys/)
 * (@nkoltys)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065444)
 * Hi Jamie —
 * 1. In the Additional CSS, I removed the color line and left only the black background.
   
   2. in the below page w/in Beaver Builder I ‘hard-coded’ the white color using
   Text Editor/Style/Color ffffff 3. Now when the page is rendered in Beaver Builder
   it looks perfect. However, when launched (in production) from a menu (without
   invoking Beaver Builder). the frame sizing and white text color is gone.
 *  [Jamie](https://wordpress.org/support/users/codente/)
 * (@codente)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065476)
 * Unfortunately, I can’t see that page. It takes me to login page.
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065972)
 * No one has done anything wrong. To ensure it stays that way, please do not share
   login credentials in these forums. Even if the provided user has no capability
   of altering anything, don’t do it please. If members cannot view a page accessible
   to the general public, help with that page might be beyond the scope of help 
   available in these forums.

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

The topic ‘Additional CSS — color changes’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 8 replies
 * 5 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/additional-css-color-changes/#post-14065972)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
