Hi,
I just placed this into the Additional CSS panel to make all the Paragraph tag text bigger:
p {
font-size: 1.3em;
}
This the best way to go? It seems the default text is 1em, which at 16px or whatever it is, would usually appear bigger. Just wanted to see if my step above is sound.
I am leaving alone the main themes CSS as it gave me a notice to.
thanks!
Hey mjadvnt,
Yes this is sound, but you may need to add !important; to force it, should it not apply.
p {
font-size: 1.3em!important;
}
Another approach would be to go to Enfold Theme Options > Advanced Styling > and Select the p element to customize, yet you would need to choose a px value, instead of em
Best regards,
Mike
hi Mike,
thanks for the tip with the Advanced Styling area. I notice it lets me check specific areas (‘Apply to Section’) whereas with my current method using the Additional CSS panel it would be across all these areas?
Also, if I click ‘Reset all options’ does this return to default for every setting changes that I had made to date, or only for the selected element i.e. the <p> element.
thanks
Hi mjadvnt,
The ‘Reset all options’ button will reset all settings you have made, many times it is not a good idea.
Best regards,
Victoria