Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsmweb23
    • CommentTimeMar 5th 2009 edited
     
    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

    driving me crazy

    any help is very very much appreciated.

    thanks

    seth
    • CommentAuthordime
    • CommentTimeMar 6th 2009
     
    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.
    • CommentAuthorsmweb23
    • CommentTimeMar 6th 2009
     
    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.

    please advise - www.thedejas.com/gallery.php - www.thedejas.com/gallery/

    do i need to edit the "visited" link color. i have tried to, but i do not know that i am entering the proper coding.

    please please help

    THANK YOU

    seth
    • CommentAuthorsmweb23
    • CommentTimeMar 6th 2009
     
    www.thedejas.com/gallery/gallery.css
    • CommentAuthordime
    • CommentTimeMar 8th 2009
     
    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;
    }
    • CommentAuthorsmweb23
    • CommentTimeMar 9th 2009
     
    thank you very very much....

    everything is correct now.