I added it to the end of the style sheet and it didn’t work. So here is the code in my style sheet….
/*
Theme Name: Traction PRO Child Theme
Theme URI: https://thethemefoundry.com/traction/
Description: PRO child theme for Traction. This theme is Shared by <a href="https://www.free-premium-wordpress-themes.com">Free Premium WordPress Themes</a>
Version: 1.0
Author: The Theme Foundry
Author URI: https://www.free-premium-wordpress-themes.com//
Template: traction
*//*
|___|
|- -|
+---------------oooO--(o)---------------------+
| Visit Us At |
| |
| www.free-premium-wordpress-themes.com |
| |
+--------------------------Ooo----------------+
|__|__|
|| ||
ooO Ooo
*/
/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction/stylesheets/master.css");
/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }
/* Logo
-----------------------------------------------------------*/
div.logo.logo-img { line-height: 0; }
/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
background: blue;
}
*/