• Resolved caraleadance2013

    (@caraleadance2013)


    Hi guys – I have made changes to header area- removing the nav bar that seems to have led to fuzzy social icons in the header and footer area, seen here
    http://cara-lea-dance.co.uk/

    code from my child theme

    /* Remove Navbar box */
    .navbar .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    */

    any advice to regain clarity of icons would be appreciated.
    Thanks as always
    S

Viewing 1 replies (of 1 total)
  • Try this in your custom css:

    .social-block a {
        text-shadow: none;
    }
    footer#footer .colophon .social-block a {
        text-shadow: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘social icons look fuzzy’ is closed to new replies.