hey all..have a quick question..for some reasons only the first featured link is showing a background..i want all the featured links to show a background.can some one direct me to fixing this?would it be in the main.css file where color changes can be made?i was thinking somewhere here? div.featureimg { padding: 12px 0 0 12px; width: 206px; height: 96px; background: #fff url('../images/feature_bg.gif') no-repeat; color: inherit; } ul.featurelist { margin: 0 0 0 20px; padding: 0; } ul.featurelist li { margin: 0; padding: 3px 0 3px 16px; list-style-type: none; background: #fff url('../images/bullet.gif') left no-repeat; color: inherit; } or here .featured { background-color:#CAF99B; border: 1px solid #00CC33; margin: 0 10px 10px 10px;
I dont think it is to do anything with css. Check your link.tpl file or if you have a differnt tpl file for Featured listing. (may be f_link.tpl)
Change this part: To: ul.featurelist li { margin: 0; padding: 3px 0 3px 16px; list-style-type: none; background: #fff url('../images/bullet.gif') left; color: inherit; } Code (markup): Try that , let me know if it works.
i tried that and still the same..going to edit something eles real quick..the url btw is linksdirec.com