Paypal and Copyright not showing in footer

Discussion in 'Figero WordPress Theme' started by jamalbey118, Apr 22, 2015.

  1. jamalbey118

    jamalbey118 New Member

    Joined:
    Aug 20, 2014
    Messages:
    12
    Likes Received:
    0
    I've entered the Social Media links into theme options and also entered my copyright in the footer but I can't get either to show up on the site...Please help.

    the link is here: http://guidetomoderncredit.com/
     
  2. jamalbey118

    jamalbey118 New Member

    Joined:
    Aug 20, 2014
    Messages:
    12
    Likes Received:
    0
    Correction.. I see the social media links in the bottom left.. how can I make them bigger they are very unnoticable.. and also how do i get the copyright to show?
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    I have checked your website.
    Copyright are displaying well in your website.
    See screenshot.
    footer_copyright.png

    To make social media links bigger, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.social_logos li a img {
      width: 27px !important;
      margin-top: -6px;
    }
    Thanks,
    Praveen
     

Share This Page