Forums

[resolved] [CSS] How to change link colors die bars? (5 posts)

  1. Rapz
    Member
    Posted 2 weeks ago #

    How do I change the link colors in the the sidebar. they stay blue, while the other links in the sidebar DO change. I'm pretty much a newb when it comes to CSS.

    this is the current code:

    /* ------------------------------------------------------ Sidebar
    ----------------------------------------------------------------------------------------*/
    #sidebar {float:right;width:280px;background:#f6ffe6;padding:6px;}

    #sidebar h2 {font-family:"Trebuchet MS", Arial, helvetica, sans-serif;color:#84aab8;font-size:16px;text-transform:none;padding-top:8px;padding-bottom:3px;font-style:italic;text-align:left;border-bottom: double #F7EBAF}

    #sidebar ul, ul li, li {list-style-type: none;list-style-position: inside;padding:0;margin:0;}

    #sidebar ul li a:hover {background:#e0f6c3;color:#4f9a99;text-decoration: none;}

    #sidebar ul li a {font-family:tahoma, Arial, Helvetica, sans-serif;font-size:11px;color:#84aab8;padding-left:4px;display: block;border-bottom: 1px solid #F7EBAF;padding-left: 4px;margin-right:10px;text-decoration:none;font-weight:300;}

    #sidebar ul li a:hover {background:#e0f6c3;color:#4f9a99;text-decoration: none;}

    Any help is GREATLY appreciated!

  2. esmi
    Member
    Posted 2 weeks ago #

    A link to your site would help...

  3. Rapz
    Member
    Posted 2 weeks ago #

    www.caveofwonders.net

    lol it was quite late when I posted this xD

  4. esmi
    Member
    Posted 2 weeks ago #

    The darker blue menu links are controlled by the CSS associated the WP-dtree plugin.It does look like that plugin allows for link customisation.

  5. Rapz
    Member
    Posted 2 weeks ago #

    Wow, lol. It was really THAT easy. found it in the wp-dtree settings. thanks!

Reply

You must log in to post.

About this Topic