Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Edit information sidebox hyperlink colours

    HI there,

    I was wondering how I go about editing the default information sidebox text (hyperlink) colors information sidebox?

    I can edit stylesheet css here:

    a:link, #navEZPagesTOC ul li a {
    color: #245481;
    text-decoration: none;
    }

    a:visited {
    /*As above but when visited*/
    color: #245481;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover {
    /*edits colour of text on top and bottom of page when mouse rolls over*/
    color: #fb6700;
    }
    a:hover,#navCatTabs ul li a:hover{
    color: #fb6700;
    }


    a:hover, #navMain ul li a:hover {
    color: #245481;
    }

    a:hover, #navSupp ul li a:hover {
    color: #245481;
    }

    a:active {
    color: #fb6700;
    }

    But this edits ALL hyperlinks. I ONLY want to edit the information sidebox.

    I have on my home page other hyperlink text and the above code edits colour for all hyperlinks.

    If there a way to edit ONLY the information sidebox text/hyperlinks.

    Any input appreciated.
    That wasn't the plan!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Edit information sidebox hyperlink colours

    Try:

    #information ul li a {color:#ff0000;}

  3. #3
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Edit information sidebox hyperlink colours

    Thanks very much Stevesh.

    Worked a treat.

    I ended up using:

    a:link, #information ul li a {
    /*edits information text colour on information sidebox links*/
    color: #ffffff;
    text-decoration: none;
    }

    a:hover, #information ul li a:hover {
    /*edits information text colour on information sidebox links hover*/
    color: #feff00;
    }

    Didn't bother with visited tag.

    Thank you.
    That wasn't the plan!

 

 

Similar Threads

  1. v135 How to add and edit links in the Information sidebox?
    By rosanna in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Jul 2012, 08:13 PM
  2. Where to edit information sidebox contents?
    By kalastaja in forum General Questions
    Replies: 2
    Last Post: 31 Aug 2010, 10:00 AM
  3. Information Sidebox Edit Assistance Needed Please
    By kryistina in forum Basic Configuration
    Replies: 0
    Last Post: 25 Oct 2009, 12:30 AM
  4. how do I edit the Information sidebox?
    By thecatinthetree in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 21 Oct 2007, 08:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg