If you are not already yet on child theme, just install one of these plugins.
http://wordpress.org/plugins/search.php?q=custom+css
and then put this code into its setting
.menu-shadow { display: none; }
Thread Starter
leasua
(@leasua)
Thank you, I’m also trying to change the color scheme from orange to my custom color. I’ve figured out how to change the ribbon color, but I have no idea hot to change everything else thats orange (header etc.) I’d appreciate any help.
header as in entry header ?
try this, it targets all text link color.
a { color: green; }
Thread Starter
leasua
(@leasua)
Great that worked. Thank you.
To make this small CSS changes you don’t need to create child theme. There is a plugin called My Custom CSS which lets you to add your own, or overwrite existing CSS rules. Those changes stay intact even during updates.