StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-09-2011, 09:36 AM
derekpierce derekpierce is offline
Registered User
GenesisConnect
Genesis Member
Pro Plus Member
 
Join Date: Feb 2009
Posts: 77
Default CSS for bullets

Wasn't sure where to ask this since I'm using the Sample Genesis Child theme trying to create a set of landing pages..

Anyway I want my bullets instead of using the square to use an image. So far I've got it to work it just doesn't look lined up.

here's the link -

http://derekbpierce.com/squeeze/?page_id=4


Here's the code

Code:
/***** Unordered/Ordered Lists ********************/




    
#content .post ul, #content .page ul, #content .post ol, #content .page ol {
    margin: 0;
    padding: 10px 10px 15px 10px;
list-style-type: none;
padding: 5px;
margin: 5px;
}
li
{
background-image: url(images/checkmark-sm.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 34px;
}
    }
 

Tags
bullets, css, image

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Prob with bullets Lori General Discussion 1 01-17-2011 01:59 PM
Sub Bullets virtual1 General Discussion 3 06-27-2009 06:41 AM
Where is bullets controlled? Granit General Discussion 10 04-03-2009 02:05 PM


All times are GMT -5. The time now is 12:11 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.