i am trying to change the visited link color. please view this page (http://www.thedejas.com/gallery.php) i have been able to edit pretty much everything else via the css but i am unable to figure this out.
i need to change links like the next and previous and the gallery name etc. i am using the default theme
You should edit CSS file. For breadcumbs you should edit #breadcrumb_links and for next/prev you should edit #prev-link-container and #next-link-container.
For informarion about what CSS is applied to some element on page you could try Firefox extensions Firebug or Web Developer Toolbar.
dime - thanks for getting back to me i have edited all of that already. but i still cant get those links to change. i have even installed the plugin, still no luck.
First of all, style you are using on this gallery is http://thedejas.com/gallery/themes/default//gallery.css not www.thedejas.com/gallery/gallery.css .
You should enter this style to your CSS. Use this as a guide for future customizing of CSS code:
#breadcrumb_links a:visited { color: #ffffff; } #prev-link-container a, #next-link-container a { color: #ffffff; }