Forums

Images Next to Links in Sidebar (2 posts)

  1. ambitdesigns
    Member
    Posted 3 years ago #

    I am using WordPress' default link manager to organize my links in my sidebar on my website. I want to be able to place 12x12 pixel arrow images next to the links to signify them as links. How can I do this with CSS so that ONLY the links in my sidebar show the 12x12 pixel images?

    http://www.ambitdesigns.com

  2. stvwlf
    Member
    Posted 3 years ago #

    #sidebar ul.blogroll li {
      background: url(images/arrow_image.jpg) no-repeat;
      padding-left: 15px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic