Archived topic
Generate Press with Lightweight Social Icons
3 replies · Started by Kevin Wabiszewski on April 14, 2019
Hello, I have been trying to change the color of the YouTube button in the sidebar to red but can't seem to find the CSS class.
Can you please give me the CSS class or tell me the best way to change it?
Hi there,
You need to be more specific in the CSS selector to overwrite LSI's !important:
.sidebar #lsi_widget-2 li.lsi-social-youtube a {
background-color: #e52d27 !important;
}
https://stackoverflow.com/questions/11178673/how-to-override-important
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
Let me know :)
Thanks Leo, that worked!
No problem :)