Title: text colours problem
Last modified: April 14, 2020

---

# text colours problem

 *  Resolved Anonymous User
 * (@anonymized-17631222)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/text-colours-problem/)
 * [https://www.ujimaradio.com/radiochannel/schedule/](https://www.ujimaradio.com/radiochannel/schedule/)
 * Read text is showing but the times no I’m not showing it should be black text
   but it looks to be white text and, this also appears to be affecting post e.g.
 * [https://www.ujimaradio.com/show/african-men-chatting/](https://www.ujimaradio.com/show/african-men-chatting/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-colours-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * (@tonyzeoli)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/text-colours-problem/#post-12674645)
 * You may have a CSS setting for white text somewhere in your theme. Not sue. But
   when I inspected your page, I simply added a rule:
 *     ```
       #master-program-schedule span.show-time {
           font-size: 10px;
           color: black;
       }
       ```
   
 * The font size was already 10px, I just added color: black; and the show times
   appeared.
 * You can certainly choose any color you want. I just chose black as a test.
    -  This reply was modified 6 years, 1 month ago by [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/).
 *  Thread Starter Anonymous User
 * (@anonymized-17631222)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/text-colours-problem/#post-12674718)
 * I know it’s a bit off your plugin but do you know what the code would be to make
   this page with black text
 * [https://www.ujimaradio.com/show/urban-grooves-playout/](https://www.ujimaradio.com/show/urban-grooves-playout/)
 *  Plugin Author [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * (@tonyzeoli)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/text-colours-problem/#post-12675611)
 * I looks like you’re using an older version of Radio Station. I would upgrade 
   to 2.3.0, which is out now. This will give you an entirely new show page layout.
   That’s the old layout you have there.
 * I found this code in your main.css:
 *     ```
       .qw_palette_dark, .qw_palette_dark code, .qw_palette_dark pre, .qw_palette_dark a, .qw_palette_dark ul.qw-vertical-tab-menu li.active a:hover, .qw_palette_dark .qw-thecontent .btn, .qw_palette_dark .qw-thecontent a.btn, .qw_palette_dark .fullpageMenu li a, .qw_palette_dark .fullpageMenu li a {
           color: #250606;
       }
       ```
   
 * I changed the color from #ffffff to what you see above and that changed all the
   font colors on the page to that color.
 * Seems your theme is setting much of your font styles to white for some reason.
   There’s got to be some kind of control for that somewhere in your theme options.

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

The topic ‘text colours problem’ is closed to new replies.

 * ![](https://ps.w.org/radio-station/assets/icon-256x256.png?rev=2905948)
 * [Radio Station by netmix® - Manage and play your Show Schedule in WordPress!](https://wordpress.org/plugins/radio-station/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-station/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-station/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-station/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-station/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-station/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/text-colours-problem/#post-12675611)
 * Status: resolved