Thread Starter
mrrod
(@mrrod)
In the Count down Form is there’s anyway I can use a background color to make it look like a square color,like a background?
Thanks
RR.
Hi mrrod,
Sure, you can do whatever you want in the stylesheet (css/mstw-gs-styles.css). For the home games in the shortcode table, these are the lines to play with:
/* Set the home row attributes */
.mstw-gs-home tr, .mstw-gs-home td {
font-weight: bold!important;
}
/* Set the home links */
.mstw-gs-home td a, .mstw-gs-home td a:visited, .mstw-gs-home td a:active, .mstw-gs-home td a:hover {
font-weight: bold!important;
text-decoration: underline;
color: #000;
}
There are similar lines for the widget.
I’m not sure what you mean by ‘the countdown form’. But there are styles in the same file for the countdown timer shortcode and widget.
-Mark
Thread Starter
mrrod
(@mrrod)
Mark:
Thanks so much for your help, I managed to change the color for the location, but the date, opponent, time and results they are still back, here is the link:
http://graceacademyathletics.com/girls-soccer/
There’s a way to make it look even? same color home bold info.
RR.
No worries. You need to change the color of the home row attributes. You can do that in one of two ways:
1. Add a color to the home row attributes with an important! sticker. Something like
color:red!important;
or
2. You can fix my little bug in the stylesheet by moving the rules for HOME rows and links BELOW the rules for EVEN and ODD rows and links. The end of the file works or just above the styles for the SCHEDULE WIDGET. (Sorry about that!)
-Mark
Thread Starter
mrrod
(@mrrod)
Mark:
I got it fixed, THANK YOU SO MUCH!
Great Tech Support!
RR.