• Resolved pramclub

    (@pramclub)


    I have three small link icons in my sidebar Links at http://www.freesitebuilder.co.uk/WordPress/

    They have the (default) border around them, and I’ve been trying to remove them using CSS. I’ve used
    img { border: none;} but this doesn’t work. There are no other image styles in the CSS, so I’m obviously doing something wrong, so I’d be grateful for help on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check to make sure the individual images don’t have the border manually set, which might override your stylesheet.

    Thread Starter pramclub

    (@pramclub)

    I’ve added the links through the Links/Add Links tab on the dashboard, and the images are called from another website. If I was using HTML, I could change it to border=0, but I can’t do that through the dashboard.

    Thread Starter pramclub

    (@pramclub)

    I needed
    img { border-style: none}

    rather than border: none

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IMG border’ is closed to new replies.