digamama 0 Report post Posted May 12, 2012 Hello there, I'd like to change the color of the text within the boxes and banners sections. Specifically here: http://www.kemilybond.com/golantmediaventures/advisory-services/ and here: http://www.kemilybond.com/golantmediaventures/content-services/ Can someone (*subtle cough* Danny) help me with the CSS for that? Thanks to you all! Share this post Link to post Share on other sites
Henry Perkins 14 Report post Posted May 12, 2012 @digamama Good morning :) To change the font color of the header text in your boxes, add this to your custom CSS: [code]#boxes h3 { color: #CCCCCC; }[/code] Change the color code to a color of your liking. For those specific boxes, and only those, use this combination of CSS selectors: [code]#fbox_270.dcol_4 div.dcol-pad div.fboxinfo div.fboxtitle h3 { } #fbox_263.dcol_4 div.dcol-pad div.fboxinfo div.fboxtitle h3 { } #fbox_262.dcol_4 div.dcol-pad div.fboxinfo div.fboxtitle h3 { } #fbox_261.dcol_4 div.dcol-pad div.fboxinfo div.fboxtitle h3 { }[/code] Keep in mind we can't design your site for you so if you need CSS help, make sure you've downloaded [url="http://www.getfirebug.com"]Firebug for Firefox[/url] and check out [url="http://www.w3schools.com/"]W3 Schools[/url] for more info. Also please be sure to watch our Firebug video tutorial [url="http://www.pagelines.com/wiki/Custom_CSS"]here[/url]. If your site requires customization, you may wish to consider requesting a quote from one of our authorized Professional designers by visiting [url="http://www.pagelines.com/pros/"]our Pros page[/url]. @henry_rly Share this post Link to post Share on other sites