Modify images button in css child theme of Vantage
Hi,
i,m working to customise a Child Theme of Vantage on
http://isrevent.com/,
but when i want to change an image (like the search button for exemple) I create a new image in vantage-child/images directory and it doesn't change it ??
If i specify the full url to image i can't acces to it and the default css is applyed.
ex:
Code:
#search-submit {
width: 100%;
min-width: 110px;
height: 38px;
display: block;
margin: 34px 0 0 0;
padding: 0;
background: transparent url('http://isrevent.com/wp-content/themes/vantage-child/images/search-blank.png') no-repeat 0 0;
thanks for your help.