Classic icon list and footer fond size

Hi!

I would like to change the classic icon list and the footer text to be 18 px. I have tried to do that on Theme Options and typography, but it really makes a mess with all the fonts. Can I do it with CSS?

Hello Anni,

Please try this code:


.x-ul-icons li, 
.x-colophon.bottom .x-colophon-content p {
    font-size: 18px;
}

Hope this helps.

Perfect! It´s working, thank you!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.