By fm2017 on Thursday, 20 April 2017
Replies 3
Likes 0
Views 1.1K
Votes 0
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!
Thanks Tony!
Inherit didn't work but replacing it with the hex cod did!
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Try:


#jevents_body a {
color: inherit !important;
}
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome.
·
7 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post