audaciouscreate 0 Report post Posted January 25, 2011 Hi, I've got a simple problem that I hope you can help resolve for my Pagelines Pro site: http://www.bigmouthmarketing.co.uk:/wp/ I've done a universal text-colour, weight and size change on the text widgets for the sidebars (http://www.bigmouthmarketing.co.uk:/wp/create) and all is fine. However, I've added two text widgets to the footer and I want the text to be smaller, not bold and white. I can't for the life of me work out what code I need to tell the software to make those changes in just the footer. I've used firebug to work out what code I need but I can't work out which bit I need as nothing I seem to do works. Does that make sense? Look forward to hearing. Thanks Stu Share this post Link to post Share on other sites
Kate 3 Report post Posted January 25, 2011 Hi Stu - Are you trying to target the "morefoot" area, or the "footer" area? Here's some sample code for each option: #morefoot .widget{font-size:1em;font-weight:bold;} #footer .widget{font-size:1em;font-weight:bold;} ... or some derivative of that. If the changes don't take, you may need to use the "!important" declaration after each style, for instance: #morefoot .widget{font-size:1em !important;} Share this post Link to post Share on other sites