Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #445400

    Hi,

    I have added a white border on the normal images on the site, but i can’t find any code for adding the same border on the featured images of the portfolio items.

    Link website:
    http://marlihommel.marlihommel.com/ -> images must look like this
    http://marlihommel.marlihommel.com/aquarel/ -> about the images the question is about.

    • This topic was modified 9 years, 6 months ago by wendyaarts.
    #445821

    Hey wendyaarts!

    Thank you for using Enfold.

    Try this in the Quick CSS field:

    .grid-image img {
      border-style: solid;
      border-width: 5px;
      border-color: white !important;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.