Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #627836

    Hallo lieber Support,

    ich möchte gerne die Social Icons im Socket bearbeiten, sie sollen
    1. zentriert sein (links befindet sich der copyright-Vermerk und rechts ein menü)
    2. den Hoover-Effekt verlieren und permanent umrandet sein
    3. die icons sollen weiß sein und etwas größer

    vielen Dank schon einmal für Eure Hilfe!

    LG, Nina

    P.S. Siehe Seitenlink

    #628976

    Hey Janinifee,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #socket .social_bookmarks {
        float: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateZ(-50%);
        transform: translateZ(-50%);
    }
    
    #top #wrap_all .social_bookmarks li:hover a {
        color: gray !important;
        background-color: transparent !important;
    }

    That should center align the social icons container and remove the hover effect.

    Best regards,
    Ismael

    #630752

    Hi Ismael,

    thank you! It works. But: Is it possible to use the look of the hoover-effekt (circle) durable- without hoover…?

    best regards, Janina

    #630770

    Hey!

    Please add following code to Quick CSS

    #top #wrap_all .social_bookmarks li a {
        color: black !important;
        background-color: white !important;
    }
    

    Best regards,
    Yigit

    #631492

    Hi Yigit,

    thank you very much!

    Best regards,
    Nina

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘social icon im socket zentrieren’ is closed to new replies.