Seabrook Oceanfront Homes For Sale
Member
Posted 1 year ago #
Hi, I am loving the plugin but there are no CSS files I can edit to change the font/size of the output.
Do I need to do it by adding css to style.css? Can you quickly show an example of how this is done (using the fergcorp_countdownTimer_event_time class)?
I tried this but it didnt work:
#sidebar ul li.fergcorp_countdownTimer_event_time {
font-weight:bold;
color:#C00;
}
Thanks in advance!
You can add it to style.css:
.fergcorp_countdownTimer_event_time {
font-weight:bold;
color:#C00;
}
Seabrook Oceanfront Homes For Sale
Member
Posted 1 year ago #
Excellent, thank you so much for getting back to me.
One last question - is there any way to insert a
between the minutes and seconds if I wanted them on separate lines?
Thanks again, great plugin!
I assume you mean <br />.
The short answer is no, not very easily.