Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tony Zeoli

    (@tonyzeoli)

    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.
    Thread Starter Anonymous User

    (@anonymized-17631222)

    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/

    Plugin Author Tony Zeoli

    (@tonyzeoli)

    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.