yourtribute 0 Report post Posted February 3, 2011 Hi, I have been sorting through the CSS and can't figure out how to individually change the Banner and Highlight section text. Right now it uses global font settings, but I would like to be able to change these elements individually using custom CSS. Here is the page I am working on: http://www.ropchan.com/wp/our-services/celebrate/ Boxes: I would like the CSS to change the heading and body text. Highlight: I would like the CSS to change the heading and sub-heading text. Thank you in advance for your help! Jason Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 4, 2011 Hey Jason, You can isolate any individual page by using Firebug to get the 'page id' off of the `body` tag. e.g. `.page-id-576 .callout_head { font-size: ... }` Share this post Link to post Share on other sites