Last active
February 6, 2016 12:04
-
-
Save DigitalEssence/c2bd60872e56c9d90de5 to your computer and use it in GitHub Desktop.
WordPress - Enfold - CSS - Move scroll to top to the left
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
#scroll-top-link {right: auto !important; left: 50px;} | |
/*Replace with image */ | |
a#scroll-top-link:before { | |
content: ""; | |
} | |
a#scroll-top-link { | |
background-image: url(IMG_URL); | |
background-color: transparent; | |
border: none; | |
background-repeat: no-repeat; | |
} | |
#scroll-top-link:hover { | |
background-color: transparent; | |
color: none; | |
border: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment