How to Center the Genesis Theme Logo Image

The Genesis theme usually places the header image to the left side of the page. You can center it with a quick snippet of CSS. Center your theme logo header image by putting this CSS in your child theme’s style.css file: /** Center the header image */ #header { background-position: top center; } If you … Read more

Make Genesis Themes BuddyPress Compatible

The Genesis theme framework for WordPress has a BuddyPress compatibility plugin called Genesis Connect for BuddyPress. It is a free plugin, has been for a couple of months. Don’t use it. It’s not fully compatible with BP 1.6.3. Use the officially recommended BP Templates Pack plugin instead. If you do use Genesis Connect you might … Read more

How To Auto Insert Extra CSS Body Classes in WordPress

Imagine how much power you would yield over WordPress site designs if every page had its own unique body class. You could switch the header logo for different categories. You could add different background images and animations for specific taxonomies. You could even change text justification based on the simultaneous occurrence of specific tags, categories … Read more

How to Make a Genesis Page Template That Uses Widgets

The Genesis framework by StudioPress is awesome. Easy to install. Easy to configure. Easy to customize. Stylish. Every once in a while you will need to create a custom template for your Genesis child theme. A custom template can provide an easy way to display information with a non standard layout. A custom template can … Read more