Footer Text

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 22, 2014.

  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Hello, how could I reduce font size on Footer Text?

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_content .copyrightinfo p {
    font-size: 13px;
    }
    Manage font size according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page