Wordpress Bullet Point Question

1 replies
  • WEB DESIGN
  • |
If you look at my page in my signature, it was more or less made for me. I can't figure out how to change the color/style of the bullet points towards the bottom of the screen. Any advice for a newbie would be appreciated!
#bullet #point #question #wordpress
  • Profile picture of the author Avramoski
    Put this code in you Custom CSS code from your theme...

    Code:
    .sqz-squeeze-theme-5-global-grey ul.tick li {
        background: url("http://i.imgur.com/vc2y2OS.png")no-repeat top left !important;
        padding-top: 3px;
    }
    Result:


    If you want another image for the bullets just change the URL in the code with your image URL.

    Hope it works!
    {{ DiscussionBoard.errors[10535678].message }}

Trending Topics