Child theme css not work
I have create childtheme already with style.css and functions.php.
than i start modify the themes.
/*
Theme Name: My ClassiPress Child Theme
Version: 1.0
Description: A child theme for ClassiPress, classified ads theme.
Author: name
Author URL:
http://www.domain.com
Template: classipress
*/
@import url("../classipress/style.css");
.searchblock {background:url("images/block_topbgme.gif") repeat-x scroll center top #FFFFFF;border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;padding:15px;min-height:40px;}
i have change background image, but after save and refresh. Themes still the same, not change.
seem like my childtheme css not effect to the theme.
Thank,