I would like all links in the event detail to conform to my Protostar Template color. I've added custom css for the Iconic Theme "Red":
/** RED **/
#jevents_body .jev_red a {color:#ff6600;
}
.jev_topleft_red {
background:url(../images/MainTopLeftRed.jpg) no-repeat #ff6600 bottom left!important;
}
and so on...
And this works fine for all the different layouts, but the content in the event detail, ie. Custom URLs or links introduced in the description html are the default grey color.
What would the custom css be to change this?
Thanks!
/** RED **/
#jevents_body .jev_red a {color:#ff6600;
}
.jev_topleft_red {
background:url(../images/MainTopLeftRed.jpg) no-repeat #ff6600 bottom left!important;
}
and so on...
And this works fine for all the different layouts, but the content in the event detail, ie. Custom URLs or links introduced in the description html are the default grey color.
What would the custom css be to change this?
Thanks!