thelovevitamin
10-28-2011, 11:02 AM
Hi there :)
So I'm a bit of a newbie at html/css but I've managed to format my entire sales page page by myself: http://www.thelovevitamin.com/ultimate-secrets-to-acne-freedom/
I'm on the very last task that I need to do for the page, and it's been kicking my *** for the last 3 to 4 hours. I've tried all sorts of things, but for the life of me, I cannot figure it out.
What I want to do is this: I want to replace the bullet points on the last list on the page (the one that says "YES I want to clear my skin, YES i want to change my life, etc) with a different image than the other ones. I want it to be a checkmark.
Here is the url of the checkmark I want to use: http://www.thelovevitamin.com/wp-content/uploads/2011/10/small-check.jpg
The css code that I used for formatting the other bullet point images was this:
body.pageid-1361 div#wrapper ul li {
margin:0;
padding: 15px;
list-style:none;
background-image:url(http://www.thelovevitamin.com/wp-content/uploads/2011/09/favicon1.ico);
background-repeat:no-repeat;
background-position:left center;
padding-left:50px;
padding-right:50px;
}
I assume this is overriding something.
Here is the html for the list I want to change the bullet points on:
<ul class="navlist">
<li style="text-align: left;">Yes, I want to learn the secrets of permanently clear skin</li>
<li style="text-align: left;">Yes, I want to change my life for the better</li>
<li style="text-align: left;">Yes, I want to improve my self esteem and happiness</li>
<li style="text-align: left;">Yes, I want to GET RID OF MY ACNE ONCE AND FOR ALL!</li>
</ul>
...... please tell me what it is I do I need to do to make this work.
I've tried so many things. :( Please let me know if you need more information about what I've already tried. I'm using headway theme if that makes any difference to you.
So I'm a bit of a newbie at html/css but I've managed to format my entire sales page page by myself: http://www.thelovevitamin.com/ultimate-secrets-to-acne-freedom/
I'm on the very last task that I need to do for the page, and it's been kicking my *** for the last 3 to 4 hours. I've tried all sorts of things, but for the life of me, I cannot figure it out.
What I want to do is this: I want to replace the bullet points on the last list on the page (the one that says "YES I want to clear my skin, YES i want to change my life, etc) with a different image than the other ones. I want it to be a checkmark.
Here is the url of the checkmark I want to use: http://www.thelovevitamin.com/wp-content/uploads/2011/10/small-check.jpg
The css code that I used for formatting the other bullet point images was this:
body.pageid-1361 div#wrapper ul li {
margin:0;
padding: 15px;
list-style:none;
background-image:url(http://www.thelovevitamin.com/wp-content/uploads/2011/09/favicon1.ico);
background-repeat:no-repeat;
background-position:left center;
padding-left:50px;
padding-right:50px;
}
I assume this is overriding something.
Here is the html for the list I want to change the bullet points on:
<ul class="navlist">
<li style="text-align: left;">Yes, I want to learn the secrets of permanently clear skin</li>
<li style="text-align: left;">Yes, I want to change my life for the better</li>
<li style="text-align: left;">Yes, I want to improve my self esteem and happiness</li>
<li style="text-align: left;">Yes, I want to GET RID OF MY ACNE ONCE AND FOR ALL!</li>
</ul>
...... please tell me what it is I do I need to do to make this work.
I've tried so many things. :( Please let me know if you need more information about what I've already tried. I'm using headway theme if that makes any difference to you.