Evasive css targets

This topic contains 3 replies, has 3 voices, and was last updated by  Tim Sanford 5 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #474030

    Tim Sanford
    Full Member
    Post count: 157

    I’m trying to remove the border radius from the images in gd archive items.

    targeting them like this

    .geodir-image-wrapper > ul > li{
    	border-radius:0px !IMPORTANT;
    }

    This doesn’t apply to the change to all targets, only some. Not sure why. Example can be viewed here http://www.perfectpaddles.com attached a screenshot as well.

    #474041

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Try this:

    .geodir-image-container ul.geodir-images li,
    .geodir-image-container ul.geodir-images li img{
            border-radius: 0 !important;
    }

    Stiofan

    #474065

    Alex Rollin
    Moderator
    Post count: 27815
    #474215

    Tim Sanford
    Full Member
    Post count: 157

    Thanks guys!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket