Comments mike1270 started the conversationJune 3, 2018 at 9:08pmHello, where can I increase the font-size of the entire site (menu + pages + slider (homepage))? 295Paul repliedJune 4, 2018 at 8:30amHello!You would need to use custom CSS to adjust them. Please try applying this: #menu-wrapper > ul > li { font-size: 15px; } #full-scrn-slider .caption-title { font-size: 26px; } #full-scrn-slider .caption-body { font-size: 16px; } #inner-content-container .columns { font-size: 16px; } Regards,Paul Sign in to reply ...
Hello,
where can I increase the font-size of the entire site (menu + pages + slider (homepage))?
Hello!
You would need to use custom CSS to adjust them. Please try applying this:
Regards,
Paul