permadi 0 Report post Posted May 18, 2010 Guys, i've just bought IblogPro4 and going to build my old web with this themes, could someone tell me how to changes the whole background, table border, widgets background. where do I start? appreciate much for the help Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 18, 2010 2 places you can start: 1. (recommended): From your WordPress Admin, navigate to: iBlogPro > Theme Options > Custom Code > Custom CSS 2. From your WordPress Admin, navigate to: Appearance > Editor > Stylesheet (style.css) If you're not too familiar with CSS, one excellent resource to start learning is: http://www.w3schools.com/css/ How to find the id's / classes of the items you want to style: An easy trick is to use Firefox and highlight the item you want to style, right-click and view selection source to easily track down the id or class. Also, when you view Stylesheet (style.css) you'll see how the theme is currently styled and be able to get a tangible grasp on how it works and how to make changes. For convenience, most designers label things logically, header, content, footer, etc. Thanks, Bryan Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 20, 2010 There are also helpful videos in the documentation about getting started with firebug to do these sorts of things Share this post Link to post Share on other sites