[Resolved] Social Icons – CSS Code

Home Forums Support [Resolved] Social Icons – CSS Code

Home Forums Support Social Icons – CSS Code

  • This topic has 8 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #185874
    David

    Dear Tom,

    this is my first post since I use the fantastic Generatepress, it is by far the best theme I found and worked with over the years. Thank you for that terrific job!

    Ok, along with my question, it should be fairly easy, but I can’t seem to find the correct css style to adjust the icons manually in my child theme css.

    I would guess its something like: ‘.social_icon’ but I can’t find it πŸ˜‰

    Soon I will go get GeneratePress PRO, because its awesome…

    Cheers,

    David

    #185934
    Tom
    Lead Developer
    Lead Developer

    Hi David,

    Glad you’re enjoying the theme!

    Which icons are you trying to adjust?

    #185946
    David

    Hi Tom, thanks for replying so fast.

    I would like to adjust the icons, using your awesome plugin, manually with css.
    Have a look at this when you have time πŸ˜‰

    Thx in advance!

    David

    #185954
    Tom
    Lead Developer
    Lead Developer

    Hi David,

    I’m not seeing any icons on that page?

    #185957
    David

    Incredible, your right… I will have a look at that first.
    They seem to have dissapeared for some reason ^^

    #185961
    David

    My footer was corrupted, they’re back where they belong

    #185963
    Tom
    Lead Developer
    Lead Developer

    You can target them like this:

    .footer-widgets .lsi-social-icons li a {
        /* CSS in here */
    }

    Let me know if there’s something specific you’d like to know πŸ™‚

    #185965
    David

    Fantastic Tom,

    I needed:

    .footer-widgets .lsi-social-icons li a {
    -webkit-transition:none !important ;
    -moz-transition:none !important ;
    -o-transition:none !important ;
    transition: none !important ;
    }

    .header-widget .lsi-social-icons li a {
    -webkit-transition:none !important ;
    -moz-transition:none !important ;
    -o-transition:none !important ;
    transition: none !important ;
    }

    And… it works perfectly.

    Thanks again!!

    #185966
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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