Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1491299

    Hi,
    i would like to have the normal instagram icon at the same place where it is right now beside the navigation but in the normal colors of it.
    Would you have a code for that? Would be great :)

    Many regards rixi

    #1491317

    Hey rixi,

    Thank you for the inquiry.

    You can try this code in the Enfold > General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks .social_bookmarks_instagram a {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    Result:

    Screenshot-2025-11-14-at-12-27-32-PM

    Best regards,
    Ismael

    #1491323

    Hi Ismael,
    thanks a lot!
    I put the following size inbetween, but nothing changed.

    width: 50px !important;
    height: 50px !important;
    font-size: 22px !important;

    Is there a way to make the symbol a little bit bigger?

    Many regards rixi

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