Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #465499

    Hi,
    I would like to put a border like this on the image, see link below, and that it disappear on hover (this effect is not very important but if possible)

    http://amorgos-panogitonia.gr/accommodation-amorgos-pano-gitonia/

    Thanks,
    anweb

    #465983

    Hi anweb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-image-caption-overlay-center p {
      text-decoration: underline;
    }
    .av-image-caption-overlay-center:hover p {
      text-decoration: none;
    }

    Regards,
    Yigit

    #466211

    Hi,
    You misunderstood me, I didn’t want the text to be underlined. I would like to have a border around the image like on the link I send you, which goes about 5px inside of the image?

    Thanks,
    anweb

    #466633

    Hey!

    Please use following code instead

    .av-image-caption-overlay-position:hover {
      border: none;
    }
    .av-image-caption-overlay-position {
      border: 1px solid white;
      margin: 10px;
      width: 95%;
      height: 93%;
    }

    Cheers!
    Yigit

    #466813

    Thank you great

    #466817

    Hi!

    I will close the ticket here now, as everything is covered.
    Thanks a lot for your time, let us know if you need anything else in the feature.

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Inline border on hover image’ is closed to new replies.