Jump to content
Sign in to follow this  
yourtribute

Manipulating Banner/Highlight Fonts

Recommended Posts

yourtribute

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

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

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  

×