Share Bar – Transparent Button Backgrounds
-
I just moved from Plus to Adder. In plus, I had additional CSS to make the background of the buttons transparent. Worked like a charm. I’ve moved that code over to adder and made changes where appropriate (at least, as I think are appropriate). But, no joy. I can’t seem to make the backgrounds transparent. Below is my CSS, could you tell me what I’ve done wrong? Thanks.
/* The CSS below removes the list element image from the blog\’s theme from display of the social badges */
.entry-content ul.ssbp-bar-list li {
background-image:none;
}/* The CSS below makes the background of each badge element transparent */
ul.ssbp-bar-list li {
background-image:transparent;
border-color:transparent;
}/* The CSS below makes the background of the badge group transparent */
.ssbp-container, .ssbp-wrap {
background-color: transparent!important;
}/* The CSS below makes the background of the badges transparent */
ul.ssbp-bar-list li a{
background-color:transparent !important;
}/* The CSS below forces the display of the Share Text on the first set of icons */
.ssbp-set–one .ssbp-share-text{
/*
display:block !important;
text-align: center;
*/
}The page I need help with: [log in to see the link]
- The topic ‘Share Bar – Transparent Button Backgrounds’ is closed to new replies.