Created
March 22, 2018 01:53
-
-
Save djrmom/c40c2d9734c088622b75e1229db3eaae to your computer and use it in GitHub Desktop.
facetwp use image in fselect
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
| div[data-value="facet-value"] .fs-option-label { | |
| background: url(http://example.com/content/uploads/2018/02/some-image.jpg) 0 0 no-repeat; | |
| background-size: contain; | |
| padding-left: 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment