CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2015
    Posts
    1

    Background Image Of <I> Element

    I'm trying to change the background image for a particular button that came on a WordPress theme.

    Live code: https://joshmacdonald.net/

    Code:
    <a href="https://www.youtube.com/channel/UCCRvgJtSdXyWTjaaVS4YG-g" class="social social-youtube"><i class="zocial-icon-youtube"></i></a>
    The YouTube image is blurry, so I'm going to replace it:


  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Background Image Of <I> Element

    They are all blurry due to the CSS3 transitions applied to them. Just changing the image won't remove the CSS3 transition.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured