• Resolved Lou Friedman

    (@lou-friedman)


    Social icons not showing in the footer. The first two show fine. It looks as if after the second
    <li> tag, the a href isn’t detecting the instagram.com URL. There should be a:
    .evision-social-section a[href*="instagram.com"]::before but there isn’t.

    Please have a look:

    https://ecopax.com/order/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    The theme does not provide social icon except youtube,facebook and linkedin in the free version.

    But if you want the icons, you can add custom styling to
    Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS
    where you can add an icon to the required social site using font awesome icons.

    Or you can check the pro version, which has more icons including the one you are looking for and other awesome features.
    https://themepalace.com/downloads/bizlight-pro/

    And also if you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    https://themepalace.com/forum/bizlight/

    Best regards.
    Have a good week ahead.

    You can try to upload icons files again from your original theme. I am not sure but maybe it will help you to sort out this issue.

    Thread Starter Lou Friedman

    (@lou-friedman)

    Thank You!

    OK, got this sorted out. The final CSS applied is this:

    .evision-social-section a[href*="instagram.com"]::before {
    	content:"\f16d";
    }
    .evision-social-section a[href*="instagram.com"]:hover {
        background-color: #000;
    }

    It should be noted that the version of FontAwesome with BizLight 1.0.8 does not include the updated Instagram logo.

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Icons not showing’ is closed to new replies.