I don't want to edit p {font-size:1.3em; padding-bottom:15px;}
and can't add page specific external css files.
only for one page of site I want to remove font size from p {font-size:1.3em; padding-bottom:15px;}
and want to add in this
#mainIntro {font-size:1.3em;}
How to make this possible?
The questions is how to neutralize the font size in #mainIntro p {....}
if i keep
#mainIntro {font-size:1.3em;}
then i will get double size.