Need assistance on Child Theme
HI All,
As i follow example following link on how to create Child Themes:
http://appthemes.com/blog/classipres...torial-part-1/
when i copy and paste the example listed on the above link:
body, .content, .content_botbg, .header_main_bg, .header_menu, #nav li { background: #000 none; border-top: none; }
it is working fine.
however when i try to change my .header_menu it is not working:
the code i using:
.header_menu { background:url("../images/header_menu.jpg") repeat-x scroll 0 0 #FFFFFF;}
thank you in advanced