Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

override important css

/* Override CSS with existing !important rule */
$(document).ready(function() {
    $('#ID').attr('style', 'background: #095540 !important;');
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #override #important #css
ADD COMMENT
Topic
Name
1+2 =