By Jaymz Yates on Wednesday, 18 June 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 1.1K
Votes 0
Hello,

I am trying to override module select class .leader-rank. For some weird reason the selector is being overridden by the style sheet above the override (style.min.css), Every other selector in my override file (which is loaded last) is working except this module. You can see in the screenshots where the inheritance is working correctly, yet the first selector is not being overridden. Am I missing something?

http://texasoutdoorexchange.com/forum

http://screencast.com/t/GauBySR6Mx

http://screencast.com/t/nb05wmk7hyj5
Hello Jaymz Yates,

Sorry for late reply to this,
May i know which part would you like to overridden the CSS?
Can you share the CSS code at here as well?
Also, is it provide us with your Joomla backend and FTP access so we can help you check on this? Please advise.
·
Wednesday, 18 June 2014 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
These are the two selectors I am trying to override.

body div#fd.es.mod-es-leaderboard .leader-rank {
background: none repeat scroll 0 0 #991717 !important;

}

body div#fd.es.mod-es-leaderboard .leader-info .points {
color: #572211 !important;
}
·
Wednesday, 18 June 2014 21:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jaymz Yates,

Sorry for late reply to this,
It seems like that was some issues when trying to overridden in the module styling.

I have temporary applied above CSS code in your module styling file
-> /modules/mod_easysocial_leaderboard/styles/style.css
-> /modules/mod_easysocial_leaderboard/styles/style.min.css

Can you try remove all the cache (template, site, etc) and reload your page again and see is it load the new styling file? Please advise.
·
Thursday, 19 June 2014 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I figured that would work. That will be overwritten upon upgrade won't it?
·
Friday, 20 June 2014 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jaymz Yates,

Sorry for late reply to this,
Yes, it will be overridden when update to next release version.
·
Friday, 20 June 2014 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post