Wordpress Bullet Point Question

by 1 replies
1
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!
#website design #bullet #point #question #wordpress
  • 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!

Next Topics on Trending Feed

  • 1

    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!