Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84662

    Specifically, footer_left_content and footer_right_content. Do you need custom CSS?

    #84690
    Mahesh
    Keymaster

    Hi @americaontwowheels,

    Yes, you can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
    1. For footer-left-content

    .copyright {
        font-size: 15px;
    }

    2. For footer-right-content

    .powered {
        font-size: 15px;
    }

    Note: Please change the values for font-size as per required.

    Regards,
    Mahesh

    #85113

    Thank you.

    #85173
    Mahesh
    Keymaster

    Hi @americaontwowheels,

    Thank you for your appreciation.
    Have a nice day.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change footer text size?’ is closed to new replies.