10+
August 7, 2014
May 2, 2014
Adds a Scroll To Top button that allows visitors to scroll back to the
top of the page. You can customize the button style using predefined
styles or by adding a custom CSS file in your Theme.
The Style dropdown changes the button style displayed. These
correspond to CSS styles present in the plugin’s CSS directory.
When you choose the Custom style, the plugin automatically adds the
CSS file located at {current_theme}/wp-scroll-up/custom.css.
This CSS file must contain an ID selector, #scrollUp and it’s custom
style attributes. For instance, the bundled image
style is provided by the
CSS,
/* Image style */
#scrollUp {
bottom: 20px;
right: 20px;
height: 38px; /* Height of image */
width: 38px; /* Width of image */
background: url(../img/top.png) no-repeat;
}
Other settings that can be changed,
No FAQ provided.