Rankings page

pauline

Member
Hi All,

Just a quick question which is not going to be easy to explain cause I don't know the techy terms but here goes.

On the rankings page where you see members sites there is yellow and silver bars with the members websites name on it that runs into the stats box on the right of the page.

I'm assuming the colors are changed in user.css but which lines should I look for to change those colors. I have muddled my way through finding the navigation and sidebar heading and got those changed but these ones on the rankings page.

Thank You,

Pauline
 
Hello Pauline, please give us link to your live website, and try to provide screenshots so we can understand better.
 
Hi,

Sorry, I meant to put the link in yesterday.

http://ltehitcircleads.com

lteadscapture_zpscf7d8b4e.png



I want to change the colors of the bars, the stats box and the background in the area to match the site colors.

Thanks,

Pauline
 
Hello Pauline, you have double CSS rule on your site:

You have screen.css and user.css with same rules,

For backgrounds you need to find :
.premium_inside
.lightbg
.premium_title

If you use Google Chrome, you can right click and go to INSPECT ELEMENT, you can do that same with Firefox.
 
Hi Cajkan

Thank you for the help. I am still learning to work with the this script I think I know what you mean by screen.css and user.css having the same rules but how do I change this.


Thank you,


Pauline
 
Hi All,

Changing the colors in
.premium_inside
.lightbg
.premium_title

Only changes the borders and font color, the back ground and the top are still a gold color, also further down it is still silver/grey color.

Thanks in advance

Pauline
 
Glad that you solved your problem.

For your background color i would recommend you my favorite :

#169fe6
#378ac4
 
Back
Top