New to Ink Themes for Poloray Responsive

Discussion in 'General InkThemes Discussion and Feedback' started by destiny59, Nov 20, 2012.

  1. destiny59

    destiny59 New Member

    Joined:
    Nov 19, 2012
    Messages:
    1
    Likes Received:
    0
    A few questions:
    1. Can you change the fonts/size on the text?
    2. You sent Bonus apps for background and photos. How do I upload those into wordpress?
    3. Do you have a social icon for Linked In?
    4. Can you make the "Facebook" and "Twitter" icons bigger, move them around, and change their colour? Right now they are almost invisible.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Please specify about which text you are talking, We will provide you easy css for that.

    2) You can upload them in the Wp media library through your pc and then use them for your site.

    3) Currently Linked In is not available with the them. You have to add it manually
    Open footer.php file and add code given below

    Code:
    <li><a href="your link address" title="Linked In">
                  <img src="<?php echo get_template_directory_uri(); ?>/you image address" alt="Linked In" /></a></li> 

    [​IMG]

    4) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .social_logos li a img {
    width:25px;
    }
     

Share This Page