Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Daniel Nielsen

    (@dabeni)

    FYI
    Running period is showing green text color but still no luck with current day.

    It appears to be an issue with theme css overriding the css for the plugin (plugin css targets the row, themes target the cell, this trumps the row)

    my dirty solution was to go to css/frontend.css and change the ‘.highlighted’ selector to ‘.op-overview-row + .highlighted th’. This targets the heading (day) in particular. Of course you could change ‘th’ to ‘*’ to target the whole row.

    The added bonus of this change is that it will stop the ‘.highlighted’ selector changing other elements from other plugins/themes/templates that use the selector.

    Plugin Author janizde

    (@janizde)

    Hey Daniel and clowie,
    as clowie said, it’s a css override issue. In the next version I will try to specify css styles more specifically.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant get current day color to show’ is closed to new replies.