Tutorial Style Override Technique
p { font-size: 24px !important; } The !important rule at the end of a value will override any other style declarations of that attribute,...
https://iskablogs.blogspot.com/2014/03/tutorial-style-override-technique.html
p {
font-size: 24px !important;
}
The !important rule at the end of a value will override any other style declarations of that attribute, including inline styles.
Reference URL
font-size: 24px !important;
}
The !important rule at the end of a value will override any other style declarations of that attribute, including inline styles.
Reference URL