Thursday, 20 April 2017
  3 Replies
  1.2K Visits
0
Votes
Undo
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!
Friday, 21 April 2017 15:18
·
#187007
Accepted Answer
0
Votes
Undo
Thanks Tony!
Inherit didn't work but replacing it with the hex cod did!
Friday, 21 April 2017 08:24
·
#186998
0
Votes
Undo
Hello,

Try:


#jevents_body a {
color: inherit !important;
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Friday, 21 April 2017 15:18
·
#187007
Accepted Answer
0
Votes
Undo
Thanks Tony!
Inherit didn't work but replacing it with the hex cod did!
Sunday, 23 April 2017 08:48
·
#187033
0
Votes
Undo
You are very welcome.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.