• Resolved tipadei

    (@tipadei)


    I have figured out how to change a on social media icon into some other icon, but is there any way adding more buttons? So to have for example six buttons in stead of the five there is now?

    Also another question, how should I link the other footer icons (not the social media ones, but the phone number, address and email)? Where in my code should I put the link?

Viewing 9 replies - 16 through 24 (of 24 total)
  • Hi,

    Add the following CSS to fix it:

    .company-details a {
        color: #939393 !important;
    }

    Regards,
    Hardeep

    Thread Starter tipadei

    (@tipadei)

    Thanks!

    Would like to be able to add extra images on footer they are not for like google+. I would like to add my own images.
    Regards,
    James

    HI,

    Yes, you can add custom images. It would be something like this:

    /* facebook */
    if( !empty($zerif_socials_facebook) ):
    	echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_facebook,'zerif-lite')).'"><img src="'.get_template_directory_uri().'/images/here_is_the_image_name.jpg"></a></li>';
    endif;

    Thank you,
    Rodica

    Can I increase the size of the social network buttons in the footer? They aren’t very noticeable right now and there’s plenty of room because I only have 3…

    Thanks!

    Hello,

    If you want to increase the font size for the footer icons, you need to install the plugin https://www.ads-software.com/plugins/simple-custom-css/ and in Appearance -> Custom CSS add this:

    .fa {
       font-size: 27px;
    }

    Change 27 with the size you need.
    Let me know if this helps.
    Rodica

    Worked perfectly, using font size 38 and it looks good. Thanks!

    Thank you! I tri to put in google+ and youtube and it’s perfect!!!

    Alexandra

    (@alexandrastan001)

    Awesome! Glad that you manage to get your fix!
    Also, if you like our theme, you can consider leaving us a review.

    Best regards,
    Alexandra

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘More buttons in footer’ is closed to new replies.