CSS not working
-
My new CSS changes seem to not work.
(See screen grab for areas 1, 2 & 3. I’m using Firefox.)
I want to change the color of text 1, so I select it, right click, and select Inspect Element.
I then change the color in area 2, which works.
If I then copy the CSS I’ve changed in area 1 to area 2 (and remove attributes I don’t want, eg size) it doesn’t work.
If I add!important
, it still doesn’t work.
I’ve tried saving the CSS changes (using Publish at the top od the Custom CSS panel) and then opening the page in a private window in Chrome (so, as I understand it, cache shouldn’t be an issue) and still the changes don’t take effect.Page: https://www.sa-fc.org.uk/shop/
Change the background color of the main text area:.page-wrap .content-wrapper { background-color: rgba(0,0,255,0.4) !important; }
On the following page, out of desperation, I’ve tried a three different changes, just in case they make any difference, and none of them do.
Page https://www.sa-fc.org.uk/product/test-product/
Inherited from span.woocommerce div.product p.price, .woocommerce div.product span.price { color: #0F0 !important; }
Inherited from p
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #0F0 !important; }
Inherited from div
.single .page-wrap .content-wrapper { color: #0F0 !important; }
I’ve had a similar problem elsewhere on the site, where a change I made worked initially, but then stopped working.
Any suggestions on what the problem might be?
- The topic ‘CSS not working’ is closed to new replies.