Jump to content
Sign in to follow this  
dancemoves

Whitehouse pro/child theme

Recommended Posts

dancemoves

Could someone explain specifically how I would make a child theme for my Whitehouse Pro? If not then how can I save the changes I've made using firebug to my Whitehouse Pro theme? Thank you

Share this post


Link to post
Share on other sites
catrina

Where did you make your changes from Firebug? In the Custom Code/CSS Rules area of your settings?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
timlinson

Not sure if this is what you mean, but... As a random example, say this was the original rule in the right pane of firebug: ` #brandnav .main_nav { float: left; width: 76%; } ` and say you made it float to the right and liked it that way: `#brandnav .main_nav {` `? ? float:`right`;` `? ? width: 76%;` `}` then to make the float change permanent in your actual site, you would put this in the theme options > custom code > custom css box: `#brandnav .main_nav {float:right;}`

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  

×