Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default how do I change the colors of information sideboxes?

    how can i change the font color of the links in the <information> and the <more information> sideboxes to white (#ffffff), I have been able to change the background color but not the font. and as long as we are on it i would like to have a hover color and perhaps an active page color as well. I did it with my category box with the categories dressing mod but can't figure out how to do it with my sideboxes

    http://www.airtightsecurityplus.com

    thanks

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: how do I change the colors of information sideboxes?

    Add this to your stylesheet

    #informationContent a {color:#ffffff}
    and
    #moreinformationContent a {color:#ffffff}

    You can add the hover, active etc. to the rule as you wish

  3. #3
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: how do I change the colors of information sideboxes?

    thanks so much, it worked of course...

    I tried
    ****************
    .informationContent a: hover;, .moreinformationContent a: hover; {
    color:#000000;
    text-decoration: none;
    }
    **********************
    and
    *****************
    #informationContent a: hover{
    color: #000000;
    text-decoration: none;
    }
    **********************
    and neither of those worked, any ideas on how that would be done?

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: how do I change the colors of information sideboxes?

    You should not let space after a: and use the # as they are ids, and not classes, and no ; after the hover

    #informationContent a:hover, #moreinformationContent a:hover {
    color:#000000;
    text-decoration: none;
    }

  5. #5
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: how do I change the colors of information sideboxes?

    Once again, thank you very much

  6. #6
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: how do I change the colors of information sideboxes?

    Welcome ;)

 

 

Similar Threads

  1. Change Link Colors for Sideboxes Only
    By carol2848 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jul 2011, 08:48 PM
  2. How do I change the below colors?
    By cameo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Jun 2011, 12:46 AM
  3. How to change the colors?
    By spleify in forum General Questions
    Replies: 2
    Last Post: 12 Oct 2010, 04:57 PM
  4. How do I change the basic colors?
    By writeyoulater in forum General Questions
    Replies: 5
    Last Post: 3 Jul 2009, 03:33 AM
  5. How do I merge the sideboxes for 'Information' and 'More Information'
    By val-ent in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2008, 10:59 AM

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