Widget showing list buttons…..
-
In front of each avatar I get the square buttons that you get on lists. How do I remove it?
I was thinking it was something to do with the class “bwp-rc-ulist” but something isn’t working. I’m suspecting it’s my CSS since it’s not a strong suit of mine. I tried putting it in the widget CSS file and my childs style.css file. I’m sure it’s just something stupid.
Attempt 1
.bwp-rc-ulist { list-style-type: none !important; padding: 0px !important; margin: 0px !important; }Attempt 2
.bwp-rc-ulist ul{ list-style-type: none !important; padding: 0px !important; margin: 0px !important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Widget showing list buttons…..’ is closed to new replies.