Tagged: font, font size, Font-color, font-family, p tag, paragraph
Hi,
I want to change things like font family, color, size, etc. There’s the option to change these attributes under Advanced Styling, however there’s no option for the paragraph tag. So I started to define some custom css for the paragraph tag, but that changed the text of the markers on the Google Map (contact page).
What’s the best way to change font attributes of paragraph tags, as well as other tags which are not on the Advanced Styling tab?
Cheers,
Marc
Hmm, guess I found a part of the solution here:
– http://kriesi.at/documentation/enfold/change-the-default-font-size
However, I’ve read several questions about font styling here at the forum, and have to say: it’s far from easy to change font attributes…
For example, look at this topic:
– https://kriesi.at/support/topic/change-font-size-of-text-elements
Who could have found that solution without help?
Hi Marc!
Please use following code in Quick CSS field
.avia_textblock p { font-size: 16px; }
Regards,
Yigit
Hi Yigit,
I’m sorry I forgot, but my problems are solved;
Tried and found some neat CSS solutions.
Topic can be closed.
Cheers,
Marc