how can i Increase only footer font size
Hi @rotation,
Thanks for reaching out.
I assume you’re referring to the standard footer, in that case, please add this CSS to Theme Options > CSS
.x-colophon.bottom .x-nav a, .x-colophon-content{
font-size: 20px;
}
You may change the font size according to your preference.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.