• Resolved uscarsfrance

    (@uscarsfrance)


    Hi.
    Is there a method to hide completely the border around a specific map container.
    It looks like this one is provided by the theme CSS but I would like to override it, like I do for other images on the website.
    Best regards.
    Franck

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Natalie MacLees

    (@nataliemac)

    Hello @uscarsfrance,

    Yes, the border you see there is being added by your theme. You can use the following CSS to hide the border for Draw Attention images:

    body .entry img.hotspots-image {
    	border: 0 none
    }

    Let us know if you need anything else.

    Thread Starter uscarsfrance

    (@uscarsfrance)

    Hi.
    I added this entry to my CSS file but unfortunately, it does not hide the box around the Draw Attention image.
    I also tried some variations without success.
    Thanks for your support.
    URL is now : https://www.agnosys.com/services/offres-entreprise/

    Plugin Author Natalie MacLees

    (@nataliemac)

    Hello @uscarsfrance,

    You might try this instead:

    body .entry img.hotspots-image,
    body .entry img.leaflet-image-layer {
    	border: 0 none;
    }

    If that doesn’t work for you, you might try contacting support for the theme since this is their CSS – they might be more knowledgeable about how the theme is put together and how to modify that the way you’d like.

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