Priority color in Dashboard Widget (solved)
-
Hi all,
I missed some kind of information about the priority at the dashboard widget. Looking at the code (templates > dashboard-single.php, line 10). I found out, that the class-attribute for style ind the
<div>
is missing. I changed it to<div id="todo-<?php echo absint( get_the_ID() ); ?>" class="<?php echo ctdl_priority_class(); ?>">
Doing this, the text-color will be the right one coded in the stylesheet.
Copy the file ‘dashboard-single.php’ to [your_childtheme]/ctdl-templates/dashboard-single.php to make shure you will not lost this until it will be fixed in future.
ThX
- The topic ‘Priority color in Dashboard Widget (solved)’ is closed to new replies.