Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  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 ;)

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

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

    I have a question, is it possible to add a page_5 to the site?

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

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

    Yes, you would duplicate all of the files and settings that make page_4. The best way would probably be to use the About Us mod in Free Addons, which will show you all of the about eight files/edits required for a new define page.

  9. #9
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

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


  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

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

    ...Or that, which apparently does it all for you:)

 

 
Page 1 of 2 12 LastLast

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