Issues with child theme
-
Hello,
I have been really enjoying the theme, but I am struggling with getting changes in the child theme to appear on my website. Some changes have gone through, but most have not. Oddly enough when I used the Custom CSS Manager they work fine.
An example: I wanted to change the font color and size on the word “Follow” on the upper right. I put this code into the child theme style.css
.sidebar-top p { float: left; color: #444; font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 10px;With the intention of making the font darker and smaller (since by default it is white font and 16px font.
When I put that into the child theme style.css the change does not happen, but when I put it into the custom CSS manager it does work. I guess I am not understanding why that issue is occurring and how to resolve it.
Only code I have gotten to work in the childtheme style.css was
{.entry { color: #000000; } {.entry.excerpt { color: #222 !important; } #content { color:#000}in order to change some default font colors.
Any guesses as to what might cause this issue?
Thanks
The topic ‘Issues with child theme’ is closed to new replies.
