Footer layout problems

I have problems with the footer. I cannot find any possibility to edit the font size, which is much too big.
Moreover I put recent posts in the footer, which colors oh hoover each posttitle into white font on white background. This is not readable.
Can you help?
staging website: website-wp.waytation.com

Hello @Raab,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS :

footer.x-colophon.top h4.h-widget {
    font-size: 100%;
}

footer.x-colophon.top p {
    font-size: 70%;
}

footer.x-colophon.top li {
    font-size: 80%;
}

footer.x-colophon.top li:hover {
    background-color: transparent;
}

Thanks.

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