Skip to content

Instantly share code, notes, and snippets.

@nirbhay18
Created May 21, 2021 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirbhay18/d7a0e19b58aa68effd6b1cdb892f2252 to your computer and use it in GitHub Desktop.
Save nirbhay18/d7a0e19b58aa68effd6b1cdb892f2252 to your computer and use it in GitHub Desktop.
Add Logo to Elementor's Lightbox
img.elementor-lightbox-image {
display: block;
height: 65vh; /* Adjust the height of the image displayed in the lightbox. */
}
.swiper-container.swiper-container-initialized::before {
/* Replace the link with custom logo link uploaded on the site */
content: url(https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png);
position: relative;
top: 40px;
background-position: center;
background-size: contain;
width: auto;
height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment