Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #227079

    hi,
    wie und wo kann ich die Social Icons austauschen. Ich finde sie zu klein und zu dezent. Habe die Erfahrung gesammelt, dass sie kaum bis gar nicht wahrgenommen werden

    Gruss Markus

    #227186

    Hey Markus!

    You can go to Enfold theme options > Header tab and add/change/remove social icons http://i.imgur.com/dvBrhjn.jpg
    Then you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the size of social icons

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    #227339

    Hi Yigit,

    danke, wenn ich z.B. 30px eingebe, dann geht der äußere Ring in der Größe nicht mit. Und der Abstand ist zu eng zu den anderen Symbolen. Wie kann ich das anpassen – speziell auf 30px und größer?

    http://www.echtfreiburg.de/Beispiel.jpg

    Danke – Markus

    #227396

    Hey!

    Der äußere Ring wird vermutlich durch ein border-radius Attribut erzeugt. Versuche einmal folgenden Code:

    
    #top .social_bookmarks li a {
    border-radius: 30px;
    }
    

    in das Quick CSS Feld einzugeben und ändere den px Wert nach Belieben. Falls der Code nicht funktioniert probiere:

    
    #top .social_bookmarks li {
    border-radius: 30px;
    }
    

    und ändere den px Wert nach Belieben.

    Regards,
    Peter

    #227404

    Hi Peter,

    vielen dank erstmal. Ändert jedoch die Größe des Ringes nicht … noch eine Idee?

    Gruss – Markus

    #227410

    Hey!

    Bitte poste einen Link zu den “Ringen”.

    Cheers!
    Peter

    #227416
    #227441

    Hey!

    Das ist ein Screenshot und kein Link :)

    Regards,
    Peter

    #227444
    #227451

    Hi!

    Versuche einmal folgenden CSS Code:

    
    #top #wrap_all .social_bookmarks {
    height: 50px;
    }
    
    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #wrap_all #header_main .social_bookmarks li a {
    border-radius: 50px;
    }
    

    Best regards,
    Peter

    #227475

    Hi,

    die Ringe werden nicht größer, sondern gestreckter, und die Abstände zwischen den icons kann man nicht verändern …

    #227860

    Hey!

    Ich habe den Code etwas abgeändert. Bitte versuche es noch einmal.

    Best regards,
    Peter

    #227923

    … und wo ist er?
    ;-)

    #228051

    Hi!

    I guess Dude is referring to this code:

    #top #wrap_all .social_bookmarks {
    height: 50px;
    }
    
    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #wrap_all #header_main .social_bookmarks li a {
    border-radius: 50px;
    }

    Best regards,
    Ismael

    #228410

    Hi,

    der passt ;-)

    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Social icons austauschen’ is closed to new replies.