Last active
November 11, 2023 21:01
-
-
Save mksddn/049f1101c3ca4f93ae3d804374e3f21d to your computer and use it in GitHub Desktop.
WP - Flatsome theme styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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