Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #716707

    hallo enfold,
    ich muss das mal auf deutsch schreiben, mein English ist nicht so gut….

    1. Frage:
    ich würde gerne die social icons anzeigen aber ohne die icons, nur den Text des Socials icons, also das zb beim Social link Facebook, nur der Name Facebook erscheint

    (<span class=”avia_hidden_link_text”>Facebook</span>)

    2. Frage
    wie kann ich den hidden link text bei den Social Icons ändern

    (<span class=”avia_hidden_link_text”>Facebook</span>)

    den würde ich gerne in

    (<span class=”avia_hidden_link_text”>Fb</span>)

    ändern damit das ganze so ausschaut wie im Bild (privatlink)

    Vielen Dank!!

    #717643

    Hey siteraum,

    kannst du uns bitte einen präzisen Link geben wo wir uns die Elemente einmal anschauen können?

    Gruß,
    Andy

    #717655

    hallo andy, sorry dachte ich hätte euch dies geschickt- siehe privatlink

    #717681

    Hi,

    verwende folgenden Code in deinem Quick CSS Feld:

    .social_bookmarks_twitter a:before {
    content: 'Twitter';
    font-family: Arial !important;
    }
    .social_bookmarks_gplus a:before {
    content: 'Google';
    font-family: Arial !important;
    }
    .social_bookmarks_facebook a:before {
    content: 'Facebook';
    font-family Arial !important;
    }

    Gruß,
    Andy

    #717682

    super andy,
    wirklich vielen dank!!!
    Eine schöne Woche!!

    #717742

    Hi,

    Glad that it’s fixed :)

    Best regards,
    Nikko

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