Child theme wont override
-
Hi,
Firstly a real amatuer/novice here
So i am using simplify theme on my site puerteaspecialists.co.uk, i was originally using the parent theme and made a few changes to css only to find they would be reversed on update. So i created a child theme simplify-child.css and used the import function to access the parent css using this tag line @import url(“../simplify/style.css”);
Anyway on my site you can see a page break that when inspected is under the name lsep, its just beneath the three feature boxes. I could remove this on the parent theme but it would be readded on update.
this is the code i have in my child theme to attempt to remove the page break
@import url(“../simplify/style.css”);
/*
#content-full .lsep {
height: 0px !important;
}Anyway, either this code is incorrect and not affecting my parent css, or something is blocking/loading over my alterations..or something else?
Hopefully someone can tell me how to either rectify my child css code to make my desired alterations, or somehow point me in the direction of how to load styles in the correct order?
- The topic ‘Child theme wont override’ is closed to new replies.