How to change <p> in css with a custom theme?
In a WP site developed with a custom theme, I saw that font size of the paragraph tag seems to be defined in
/wp-content/themes/nameofcustomtheme/style.css?ver=1.1.11
I have tried to change font-size to 18px in style.css
located there, but now the inspector says that
is defined by a css file located at
/?sccss=1ver=4.6
And that the font size remains 16px.
How could I change the paragraph tag font size?