Jump to content
Sign in to follow this  
digamama

CSS For Changing Text Color in Banners and Boxes

Recommended Posts

Henry Perkins
@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].

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×