By Antonio Simmons on Sunday, 23 March 2014
Posted in General Issues
Replies 11
Likes 0
Views 574
Votes 0
Hi,

I made a CSS color change and it's only changing on one page. It's staying the same on all the other pages. I don't understand the problem. I've included screenshots of two different pages. I'm referring to the bubbles on the Leaderboard. I changed them to green but it only changed on one page. Maybe I'm putting in the wrong code. This is my last CSS change to complete my site:D
Hi,

Please the following CSS in your custom.css file or where ever your theme's custom css is located.

body div#fd.es.mod-es-leaderboard .leader-rank {
background: none repeat scroll 0 0 #ADDYOURVALUE !important;
}
·
Sunday, 23 March 2014 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I think the problem is because your css selectors aren't specific enough. You should use something like this:


body #sp-bottom1 div#fd.es.mod-es-leaderboard .leader-rank {
background: none repeat scroll 0 0 #005921 !important;
border-radius: 50% !important;
color: #FFFFFF !important;
display: inline-block !important;
float: right !important;
font-size: 18px !important;
height: 32px;
line-height: 32px !important;
text-align: center !important;
width: 32px;
}
·
Sunday, 23 March 2014 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Mark that worked;)

Thank you too Alex for chiming in;) I really love the communication in these forums:)
·
Monday, 24 March 2014 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Antonio but please do understand that you should try to get a webmaster for yourself We can only help as much as we can but at times, we need to prioritize on our customers issues and also the most important part, code! If we only spend time assisting others with customizations, development would be slow

Thanks for understanding!
·
Monday, 24 March 2014 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Totally Understand I'm learning on the fly but i'm learning fast!!! I'm searching for another webmaster now but i'm also going to sign up for school tomorrow so I can be my own webmaster;) Why pay someone to do something you can try and learn to do yourself, especially if you have an interest in it. Which I didn't know I had until I came over to ES and you guys started helping me with my site after my webmaster died. So Mark you and your team as well as this community really are changing peoples lives, I'm a living testament and for that I'd like to say Thank You very much!!!!!
·
Monday, 24 March 2014 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Antonio,

If you need any help send me a message or we can Skype if you would like

Regards
Alex
·
Monday, 24 March 2014 02:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Alex

I appreciate it, I'll do both whats your Skype address?
·
Monday, 24 March 2014 02:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Skype Name removed.
·
Monday, 24 March 2014 04:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok Alex got it sent u a request
·
Monday, 24 March 2014 04:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Accepted, You are offline right now.

Regards
Alex
·
Monday, 24 March 2014 04:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Antonio, and Thank you Alex for ever being so helpful
·
Monday, 24 March 2014 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post