We can recommend this plugin to easily enable sticky icons or sticky buttons. A typical use case is the quick contact option on a website.
The following CSSCSS ( Cascading style sheets ) means “multi-level format templates” in German. CSS is a formatting language for HTML, SVG and XML documents. CSS is used to separate the content of a website from the design! There is more information here . adjustments will help you when using the plugin to adjust the font size and change the hover color:
#ssb-container ul {
font-size: 20px;
}
#ssb-container ul li:hover {
background-color: #FFFFFF;
}
Dieser Beitrag ist auch verfügbar auf: Deutsch (German)