• Resolved Antonio1947

    (@antonio1947)


    Just started to use Customizr.
    Noticed that Social Media Links Icons in Footer are really small and
    uncolored (not visible from my experience).
    Question is how do I change dimension? and color? Tryed to find related *.png inside the theme, but no success.
    Thanks for your help
    Cheers
    Mercede

    ps. just study the theme locally

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Antonio1947,
    they’re actually fonts, genericons.
    You can change color size with css:

    footer#footer .colophon .social-block a{
    font-size: 20px; /*example, the original css say 1.1em */
    color: red; /*example, the original css says #5A5A5A */
    }

    Hope this helps.

    Thread Starter Antonio1947

    (@antonio1947)

    Thank you d4z_c0nf for your kind suggestion
    followed your indications
    actually I’m using icons for:
    Facebook
    Twitter
    G+
    Youtube
    result is quite fine: I’m happy
    Just to try added Custom Css following:
    ——————–
    footer#footer .colophon .social-block a{
    font-size: 40px; /*example, the original css say 1.1em */
    color: red; /*example, the original css says #5A5A5A */
    }

    /* change the FB icon to blue style */
    a.icon-facebook:before {
    background-color: #3b5998;
    border-radius: 2px;
    color: white;
    padding: 4px 0 0 2px;
    position: relative;
    text-shadow: none;
    top: 4px;
    }

    /* change the Twitter icon to blue style */
    a.icon-twitter:before {
    background-color: #3b5998;
    border-radius: 2px;
    color: white;
    padding: 4px 0 0 3px;
    position: relative;
    text-shadow: none;
    top: 4px;
    }

    a.icon-facebook {
    position: relative;
    top: -px;
    }

    thanks for you kind help
    Antonio

    Thread Starter Antonio1947

    (@antonio1947)

    now is online visible on https://www.bbottelioblog.com
    quite fine, but using Iphone the Menu is up for 2 or 3 times. Recolling is not opening anymore.
    Need some advise

    thanks
    Antonio

    Hi Antonio,
    sorry I don’t get this issue with the iphone “Menu is up for 2 or 3 times” and “Recolling”, what is this “Recolling”?

    Thread Starter Antonio1947

    (@antonio1947)

    Recolling means activate the menu again (pressing the 3 lines)
    Red on net: deactivate the flag on “Responsive Settings”
    -Enable/disable blocks reordering on small devices
    -Enable/disable slider’s slides centering on any devices

    done: but result is a bit better but not solving completely the issue
    thanks

    Nope, responsive settings should not impact on that.
    Try, instead, disabling the back to top arrow (for some unknown reason looks like this might conflict on some devices, btw which Iphone?)
    Appearance -> Customize -> Footer -> Display a back to top arrow scroll

    If it still doesn’t work, try disabling the sticky header..

    Thread Starter Antonio1947

    (@antonio1947)

    Many thanks again
    now is really fine also with Iphone (Samsung Galaxy Core I8260)
    Just disabled the back to top arrow
    cheers
    Antonio

    Thanks for your feedback Antonio!
    Glad you solved!

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