• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to user navigation

PopWP

WordPress and Genesis Tutorials

  • Get Started
  • About
  • Archive
  • Services
  • Membership
  • My Account

Site Inner with container background in Genesis Sample

Last Updated on January 24, 2020 Favorited: 0 times

This tutorial provides the CSS to separate each html container background present under Site Inner in the new Genesis Sample.

It will also work on other child themes with few changes.

Before:

After:

Here is the CSS, We use it for Desktop only having min-width 960px. Add the following CSS in child-theme/style.css

@media only screen and (min-width: 960px) {

	body {
		background-color: #f5f5f5;
		color: #333;
	}
	
	.content .entry {
		 background-color: #fff;
		margin-bottom: 40px;
		padding: 40px 50px;
	}
	
	.sidebar .widget {
		background-color: #fff;
		margin-bottom: 50px;
		padding: 40px;
	}
	
	.author-box {
		background-color: #ffffff;
		padding: 30px;
	}
	
	
	.after-entry {
		background-color: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding: 40px 50px;
	}
	
	.comment-respond, .entry-comments, .entry-pings {
		background-color: #fff;
		padding: 40px 50px;
		margin-bottom: 50px;
	}

}

Minor Changes are Required.

Related Posts

  • Featured Post Widgets in Columns
  • Magazine style Singular Post Design in Genesis Sample
  • Post Page Blog Archive Template with Layouts in Genesis
  • Remove Responsive Menus in Genesis Sample 3.0.0+
  • Change 3 columns footer widgets in 4 columns widgets in Genesis

Categories: Free Content, Genesis Tutorials Tags: Background, container, CSS, Genesis Sample

Reader Interactions

Primary Sidebar

Search

WPEngine WordPress Hosting, Perfected.

Hosting You are looking for?.
Perfect solution for small business to global enterprise.

Learn more

StudioPress Genesis Theme Framework

The No.1 Theme Provider.
Creative, SEO rich Theme for all niche projects.

Learn more

Categories

  • Free Content
  • Genesis Tutorials
  • Premium Content
  • Snippets
  • What's New?
  • WordPress Tutorials

Tag Cloud

Archive Background Section blog canvas menu center logo columns conditional tags CSS CSS Grid custom Customizer custom post type Custom Post Types custom template Custom Widget effect eNews Extended Featured Image front-page Genesis Genesis Sample header right hero section Image Background js layout left menu Logo menu Navigation Menu newsletter post page related posts responsive menu search search widget Shrinking Logo site header slide in-out Stylesheet Template Utility Bar Video Background widgets WordPress

Built with Genesis Framework + WordPress by Aryan Raj

  • Contact
  • FAQ
  • Disclaimer
  • Privacy Policy
  • Copyright Policy
  • Terms of Service