Friday, 14 October 2016
  2 Replies
  1.5K Visits
0
Votes
Undo
Hello,

I'm having trouble customizing the CSS in my JEvents Calendar. I am going into the "Components -> JEvents" and choosing "Custom CSS" in there, i'm adding my CSS, but when i refresh the frontend it's not showing up. I look in the Chrome Developer tools and see that my custom CSS is being overwritten.

I'm using the T3 Framework, and maybe this is the reason it is being overwritten.

How can I force my CSS to be used?
Friday, 14 October 2016 13:58
·
#177051
Accepted Answer
0
Votes
Undo
I found and fixed the issue by adding "!important" to each css entry i make. This is now solved.
Friday, 14 October 2016 13:58
·
#177051
Accepted Answer
0
Votes
Undo
I found and fixed the issue by adding "!important" to each css entry i make. This is now solved.
Friday, 14 October 2016 17:01
·
#177064
0
Votes
Undo
Another option is to be more specific in your CSS selectors so instead of


.elementclass {color:red;}


you use


#jevents_body .elementclass {color:red;}

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!

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