evolve child theme & css modification
-
When I create a a child theme, the style.css don’t overwrite the base.css of the parent theme.
If I put a base.css in my child theme, it don’t overwrite it too
I just want to change some elements of the base.css like in `.nav li.current-menu-item a,.nav li.current-menu-parent a,.nav li.current-menu-ancestor a
{ text-shadow:0px 1px 2px #0a5182; text-decoration: none; background:#1f9ef6 url(‘../images/menu-item4_ljvd.png’) top left repeat-x; color:#fff; border:1px solid #C38213; padding: 14px 9px 12px 9px; }`And preferably without hacking the base theme, child themes are made for that.
Someone have an idea, or this theme isn’t child theme compatible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘evolve child theme & css modification’ is closed to new replies.