Change header menu color
Hi, I just created a child theme, activated it and when I try to change the header menu color to something else, it doesn't change.
This is my child theme style.css:
/*
Theme Name: My ClassiPress Child Theme
Version: 3.3.1
Description: A child theme for ClassiPress, classified ads theme.
Author: your name
Author URL:
http://ads.dipolog.com
Template: classipress
*/
@import url("../classipress/style.css");
/* your custom styles here */
.header_menu{
background:#880606;
}
What could seem be the problem?