Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @youmeip,

    Thanks for reaching us,

    In-order to display the footer on your end, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .infinite-scroll.neverending #cm-footer {
        display: block;
    }

    Let me know if this helps you or not and I will get back to you..

    Regards

    Thread Starter youmeip

    (@youmeip)

    It’s resolved! Thank you so much.

    The letters in the category button at the top of the post title have gotten smaller, but is this also recoverable? Before the update, it was bigger than now.

    • This reply was modified 10 months ago by youmeip.

    Hi @youmeip,

    Thanks for the update. In order to increase the font size of the category, please use the following CSS Code and check if it helps you or not:

    .cm-post-categories a{
        font-size: 15px;
    }

    Let me know if this helps you or not and I will get back to you..

    Regards

    Thread Starter youmeip

    (@youmeip)

    Thanks to your response, this issue has been resolved as well, thank you.

    Hi @youmeip,

    Thanks for the update. Feel free to get back to us of any confusion or issues.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer disappears after update’ is closed to new replies.