Hi. The css changes I’ve applied to the global stylesheet on the pro child theme are not taking effect. I’m having to add css changes to each page. This approach works fine on my standard X theme setup, but not on the Pro setup.
Both these pages have the class green-gradient but it only shows on the one with the css added to the page.
http://staging.riab.flywheelsites.com/marketing-services/
http://staging.riab.flywheelsites.com/about-us/
Here is the css in the stylesheet:
.green-gradient {
background: #ced926; /* Old browsers /
background: -moz-linear-gradient(45deg, #ced926 0%, #00c478 100%); / FF3.6-15 /
background: -webkit-linear-gradient(45deg, #ced926 0%,#00c478 100%); / Chrome10-25,Safari5.1-6 /
background: linear-gradient(45deg, #ced926 0%,#00c478 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ced926’, endColorstr=’#00c478’,GradientType=1 ); / IE6-9 fallback on horizontal gradient */
}
Can you help? Thanks.