Image Container selector?

This topic contains 5 replies, has 2 voices, and was last updated by  Kor 5 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #475761

    Jeremy Rangel
    Expired Member
    Post count: 36

    The default picture container seems to have a radius to it. I would like to completely remote the radius sitewide, but I can’t seem to find the right CSS selector.

    Can somebody tell me what the CSS selector is for the image to get rid of the border radius?

    #475764

    Kor
    Moderator
    Post count: 16516

    Hi Jeremy,

    Thanks for your post. Could you share the URL of the page in question?

    Thanks!

    #475771

    Jeremy Rangel
    Expired Member
    Post count: 36

    It would be several pages. I don’t want the radius on any of the images, whether it’s the archive pages, the detail pages, or anywhere I use the [gd_listing] shortcode.

    #475775

    Kor
    Moderator
    Post count: 16516

    Hi Jeremy Rangel,

    Thanks for your reply. If you could share the URL of the pages here, I could provide you the custom CSS code to overwrite. If you wish to keep the links private, feel free to use the private reply option below.

    #475915

    Jeremy Rangel
    Expired Member
    Post count: 36

    coosguide.com/places

    #476272

    Kor
    Moderator
    Post count: 16516

    Hi Jeremy,

    The custom CSS code below to remove all border-radius from your images.

    .geodir-image-container ul.geodir-images li ,.geodir-image-container ul.geodir-images li img {
        border-radius: 0px!important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket