Global stylesheet changes not taking effect on Pro Child theme

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.

Hey there,

I don’t see your CSS in your about us page. Can you give us a screenshot where you’ve placed your CSS? I’ve tested the Global CSS in my test site and it works.

Thanks.

Hi. I am editing the Pro – Child Theme: Stylesheet (style.css).

And have added the css there as I normally do with other sites.

I have not added it on the custom css for the About Us page,

Hi There,

Thank you for the clarification. We can always use developer tools to inspect why certain CSS on an element is not working. See this: https://screencast-o-matic.com/watch/cbjwf0InZg
At first, the CSS that is working is the one added on Cornerstone page CSS only. I did check child theme style.css file and there’s no custom CSS in there. I tried to refresh/ hard reload it and the child theme style.css reload with the custom CSS in it. Then as you can see when I check again, both CSS from Cornerstone and Child theme is now there. Try to clear browser cache and then check again.

Hope this helps.

I flushed the host caching and its picking up the css now. Thanks!

Glad to hear it!