Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I tried clicking on both the Social Icon and the Facebook Like Box links appearing on your site, and they both appear to work properly on my end. Have you managed to solve the issue by yourself?

    If you continue to experience issues, could you give me more details about the exact location of the link you’re clicking?

    Thanks!

    Thread Starter missisquerdo

    (@missisquerdo)

    Yes, i did! Now they do work properly, but i still have another issue regarding the icon, they appear too small.
    Is there a way of increasing the size of it?

    Thank you,
    Ana

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of the different elements of your site with CSS.

    Try adding the following CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS:

    .sidebar .widget_wpcom_social_media_icons_widget .genericon:before {
        font-size: 2em;
    }

    Feel free to change the font size to fit your needs!

    I hope this helps.

    Thread Starter missisquerdo

    (@missisquerdo)

    You are a geniues Jeremy! hahhaha ??

    Thank you, they now show much bigger, but they show as grey, is it the normal way?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The look of the icons is controlled by your theme, but you can of course change the colors with CSS if you’d like.

    Something like this will do the trick:

    .sidebar .widget_wpcom_social_media_icons_widget .genericon-facebook {
        color: #3b5998;
    }
    
    .sidebar .widget_wpcom_social_media_icons_widget .genericon-instagram {
        color: #3f729b;
    }
    Thread Starter missisquerdo

    (@missisquerdo)

    Worked beautifully!!

    Thank you Jeremy!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can not access facebook trough the social link on my wordpress page’ is closed to new replies.