Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
how to remove the price background in one area?
I would like to remove the price background in the area that I have circled off on the screenshot attached. I want to keep all the backgrounds of the pricing for the page, just the empty one to be removed.
http://caffebuongiorno-norwood.com.au/pasta/
This question has been answered.
cmwwebfx | 08/04/12 at 4:58am
Edit
(1) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/04/12
5:18amArnav Joy says:try this
<script>
jQuery(document).ready(function($){
$('ul.one-column').find('li').eq(0).find('span.menu_price').css('background','none');
$('ul.one-column').find('li').eq(0).find('span.menu_price').css('border-right','0'); // if you also want to remove the orange border at right side
});
</script>Previous versions of this answer: 08/04/12 at 5:18am
- 08/04/12 5:32am
cmwwebfx says:your the master... thank you very much. Worked perfect.
- 08/04/12 5:32am
This question has expired.
Gabriel Reguly, Hai Bui, Manoj Raj, cmwwebfx voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
