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

    Hi, on my page http://www.fitgutschein.de/fihh I have adjusted the soical share button size (header and socket) via #top .social_bookmarks li { font-size: 18px; }

    Thas´s fine, but I did not find a code which allows me to
    – increase the icon size on the 2 CTAs for “Teile auf Facebook / via Mail” (on last color area of this page w/backgound pic)
    – Increase the colors incl. hover color for the text on hover there, too

    Thx a lot in advance & best regards Tilman

    #702952

    Hey Tilman,

    Please try the following in Quick CSS under Enfold–>General Styling:

    li.av-share-link a:before {
       font-size: 18px !important;
    }

    Best regards,
    Rikard

    #702957

    Hey Rikard,
    cool; this works fine.
    and how can I change the text (“Teile auf…”) plus background on hover (currently too small and difficult to read (dark orange on green))?

    Thx again for your always very good support (even on sundays :-)
    Cheers, Tilman

    #703033

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .avia-related-tooltip.avia-tt, .avia-related-tooltip.avia-tt .avia-arrow {
        background: black;
        color: white;
        border: black;
    }

    Cheers!
    Yigit

    #703045

    Thx a lot Yigit,
    works like a charm :-)

    Cheers, Tilman

    #703058

    Hi!

    Please keep us updated if you need anything else.
    Thanks a lot for your understanding and patience

    Cheers!
    Basilis

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