Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #576340

    Hello,

    I’d like to enlarge the social icon on my site. I am aware of how to do this, but I also want to enlarge the hover state, which I am having trouble with. What I am going for is 30px social icons with matching hover state.

    Thanks for all your help!

    #576589

    Hi jesseaborden!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li {
        width: 50px;
        height: 50px;
    }
    #top .social_bookmarks a {
        line-height: 50px!important;
    }
    #top .social_bookmarks {
        height: 50px;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.