• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Academy Pro: how to change background color?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Academy Pro: how to change background color?

This topic is: resolved

Tagged: academy pro

  • This topic has 5 replies, 3 voices, and was last updated 3 years, 10 months ago by hello.sun.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • March 26, 2019 at 7:20 pm #490300
    hello.sun
    Member

    Hi,

    Can someone teach me how to change the background color on the Academy Pro theme? I'd like to change the grey line (#f5f5f5) to another color.

    In this topic, 'Academy Pro – Remove Grey Background', Victor mentioned how to completely remove the grey (#f5f5f5) color.

    I used those lines of codes (lines 784 to 808) to change the 'background-color', however nothing happened, even after refreshing.

    .site-inner::before {
    	content: "";
    	background-color: #f5f5f5;
    	height: 50%;
    	position: absolute;
    	-webkit-transform: skewY(-5deg);
    	-ms-transform:     skewY(-5deg);
    	transform:         skewY(-5deg);
    	top: 120px;
    	width: 100%;
    	z-index: -1;
    }
    
    .site-inner::after {
    	bottom: 100px;
    	background-color: #f5f5f5;
    	content: "";
    	height: 50%;
    	position: absolute;
    	-webkit-transform: skewY(-5deg);
    	-ms-transform:     skewY(-5deg);
    	transform:         skewY(-5deg);
    	width: 100%;
    	z-index: -1;
    }

    Thank you

    http://local client website
    March 27, 2019 at 5:58 am #490305
    Baz
    Participant

    Are you trying to change the color on the front page? There is a similar set of codes in style-front.css for each area.

    .front-page-1::before {
    	background-color: #f5f5f5;
    	content: "";
    	height: 150%;
    	transform: skewY(-5deg);
    	position: absolute;
    	top: -240px;
    	width: 100%;
    	z-index: -1;
    }
    
    .front-page-1::after {
    	bottom: -140px;
    	background-color: #f5f5f5;
    	content: "";
    	height: 150%;
    	transform: skewY(-5deg);
    	position: absolute;
    	width: 100%;
    	z-index: -1;
    }

    You just need to change the 'background-color' to your own preference.

    March 27, 2019 at 11:43 am #490316
    hello.sun
    Member

    Hi,

    No, I'd like to change the color for the entire website.

    I ran into those lines of codes yesterday when I was looking to edit individual widgets.

    Thank you for your input though.

    March 27, 2019 at 11:50 am #490318
    Baz
    Participant

    Ah okay. The Academy Pro theme is littered with different 'background-color:' CSS 🙂

    I would suggest you start by commenting out (/* css */) any 'background-color:' CSS, for the main site areas, and changing the values to see what effect it has. This will lead you to target the changes you need to make to change the entire site color.

    March 28, 2019 at 5:54 am #490330
    Victor Font
    Moderator

    You're on the right track, but changing the site-inner isn't enough since the widgets have their own back-ground color settings.

    Search the #f5f5f5 color code and change them all to your new background color. Make a backup of the CSS files first just in case it doesn't produce the result you want.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    March 28, 2019 at 11:09 am #490335
    hello.sun
    Member

    Thanks Victor and Baz!

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Academy Pro: how to change background color?’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble