Custom CSS in child theme not working
-
I’d like to change the style (colour) for one of the main menu items at https://www.15-15-15.org/webzine/es/ through the style.css of our child theme, but I can’t get it.
I’ve tried all the following:
li#menu-item-369 a { color: #82b965; } #menu-item-369 a { color: #82b965; } .menu-item-369 a { color: #82b965 !important; } @media only screen and (min-width: 720px) { #nav-header .nav li#menu-item-369 a { color: rgba(0,255,0,0.7); } } .nav li#menu-item-369 a { color: rgba(0,255,0,0.7); }
I’ve read https://hueman.presscustomizr.com/#customization-css but it was no use. Besides, I can’t find that Theme Options > General > Custom.css option. It’s quite strange!
Hope somebody can help. Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom CSS in child theme not working’ is closed to new replies.