CSS override

To override any CSS on an element, use !important as below



#my_widget_id {
background-color: #191919 !important;
/*#191919 is gray */
}

No comments:

Post a Comment