Hi,
How can change the size of the font for the accordion slider?
Thank you.
Hey mayamaria,
Please try the following in Quick CSS under Enfold->General Styling:
.aviaccordion-excerpt p {
font-size:14px;
}
Best regards,
Rikard
Hi Rikard,
Thank you. Unfortunately it hasn’t worked. If you see the second accordion slider you can see the the text is cut off.
Kind regards,
Maya
Hi,
Ok, so then you need to use a font size which will fit in the container?
Best regards,
Rikard
Hi,
Yes please.
Thank you,
Maya
Hi Maya,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.aviaccordion-excerpt p {
font-size: 12px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you that worked.
I have the paragraph font size set in the Advanced setting but would like to change the size of the text on Home page with out altering the paragraph font size.
Home Page: I want to enlarge the size of the text under THE CONDUIT.
Thank you,
Maya
Hi Maya,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.home #av_section_1 .av_textblock_section p em {
font-size: 18px;
}
If you need further assistance please let us know.
Best regards,
Victoria