Font in footer copyright

Discussion in 'GeoCraft WordPress Theme' started by chllsre, Jan 20, 2015.

  1. chllsre

    chllsre New Member

    Joined:
    Dec 16, 2014
    Messages:
    8
    Likes Received:
    0
    How can I change the size and color of the font in the bottom footer content copyright?
     
  2. Pramod

    Pramod Guest

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

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


    Code:
    .footer_bottom .copy_right {
    font-size: 11px;
    color: red;
    }
    
    Please change according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page