Support Forums

Rollover color

This is a discussion on Rollover color within the TemplateCodes forums, part of the Third Party Support category; Im using the sigma template. Where would I find the code for the link rollover color?...


Go Back   68 Classifieds Forums > Third Party Support > TemplateCodes

Reply
 
Thread Tools Display Modes
Old 03-08-2011, 11:17 PM   #1
Customer
 
Join Date: Jan 2011
Posts: 12
Rep Power: 3
Dragline is on a distinguished road
Default Rollover color

Im using the sigma template. Where would I find the code for the link rollover color?
Dragline is offline   Reply With Quote
Old 03-09-2011, 03:31 AM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,323
Rep Power: 83
seymourjames is a jewel in the rough
Default

In each template folder you are using there is a css folder with a style sheet in it called style.css . You change the color on the hover. It will depend upon what type of link though (sidebar etc). Here is the general pice of code for links in the style.css file.

HTML Code:
	a {
    	color:#9d9d9d;
    	text-decoration:none;
	}
	a:active {
		outline:none;
	}
	a:link,
	a:visited,
	a:active {
		color:#9d9d9d;
	}
	a:hover {
		color:#000;
		background: transparent;
		text-decoration:none;
	}
   
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 03-09-2011 at 04:03 AM.
seymourjames is offline   Reply With Quote
Old 03-09-2011, 06:21 PM   #3
Customer
 
Join Date: Jan 2011
Posts: 12
Rep Power: 3
Dragline is on a distinguished road
Default

Thanks for the reply. I found the code for the rollover on the accordion menu. Still trying to locate the rollover color for the top navbar though. It should be in the same file, right?
Dragline is offline   Reply With Quote
Old 03-09-2011, 06:54 PM   #4
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,323
Rep Power: 83
seymourjames is a jewel in the rough
Default

NO - superfish2.css

You need to get a copy of the free Web developer plugin for Firefox. You can use this tool to highlight (outline current element) the css and many other things on the page.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 03-09-2011, 09:02 PM   #5
Customer
 
Join Date: Jan 2011
Posts: 12
Rep Power: 3
Dragline is on a distinguished road
Default

Got it!!! Thanks for the help!
Dragline is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I set a bg color? lowis TemplateCodes 2 06-05-2010 06:58 PM
new_listings row color mbworks Customizations 7 10-16-2009 11:16 AM
Rollover buttons Nickb Templates, HTML, CSS, and Design Help 1 08-24-2007 04:17 AM
font color early Templates, HTML, CSS, and Design Help 5 03-17-2007 09:56 AM


All times are GMT -4. The time now is 03:50 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0