Tagged: font, footer, Latest News, size, Widget
Hi supportteam,
I would like to have the same font size and family in Footer widget Latest news as the rest of the footer widgets (text boxes).
See footer columns 1+2+4: https://annanikolajsen.dk/.
—————
And how can I increase the font size in the dropdown menu https://annanikolajsen.dk/om-anna/ ?
Thanks :-)
Hey OKEI,
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
.news-excerpt p {
font-size: 13px;
line-height: 21.45px;
}
.sub-menu .avia-menu-text {
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria