I’m afraid I don’t understand what you’re referring to. Can you post the URL showing the issue or a screenshot please?
Go to https://www.artidiot.com and on the left side you will notice a question mark and an ampersand icon / button. Scroll down to the next page so that the buttons are against the white background of the page. Now hover over each button and you’ll notice a black box or background appears behind the icons or buttons. My question is… is there a way to remove these black boxes or backgrounds so that they do not appear… is there a css code you can give me that will do this?
Thanks
Maeve… I’ve resolved the problem by adding the following CSS
#ssb-container ul li:hover {
background: none !important;
}
Great. Thanks for sharing your solution. Marking this resolved.