Skip to content

Instantly share code, notes, and snippets.

@mksddn
Last active November 11, 2023 21:01
Show Gist options
  • Save mksddn/049f1101c3ca4f93ae3d804374e3f21d to your computer and use it in GitHub Desktop.
Save mksddn/049f1101c3ca4f93ae3d804374e3f21d to your computer and use it in GitHub Desktop.
WP - Flatsome theme styles
.box-image, .product-gallery-slider img {
border-radius: 10px;
}
/* WISHLIST */
.image-tools .wishlist-button:hover {
background-color: #ffde38;
border-color: #ffde38;
}
.wishlist-icon .button i, .button i {
top: 0;
}
/* FOOTER */
.footer.footer-1 {
background-size: cover;
background-position: 50% 50%;
}
.footer.footer-1 {
text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
.pull-left {
padding: 7.5px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment