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

    Hi Super duper support!

    Is there a way to get the original icons for like fb or instagram insted of the theme colors?
    Have two icons that are for req like booking and email and the two social icon and would like to have them in the original layout.
    Like an real instagram icon and a facebook icon. :-)

    //Cheers!

    #441353

    Hi Mattias!

    Thank you for using Enfold.

    First, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the icon, add a unique icon class attribute. Use “icon-fb” for the facebook icon for example. Add this in the Quick CSS field to change the color:

    .icon-fb a.av-icon-char [
    color: blue !important;
    }

    Regards,
    Ismael

    #451289

    Hi @Ismael,

    Facebook and Twitter is easy just one color ;-) thnx for the input but what about like Instagram colors?
    Maby there are some way or icons i can use to get the orignal layout, coloring and so on?

    What do you rekommend?

    //Cheers

    #451930

    Hi!

    You can use an actual icon image instead of the default icon font. After you add the custom css class attribute, use it again in the Quick CSS field. For instagram, you can try this:

    .icon-instagram [data-av_icon]::before {
      content: url(ICON IMAGE URL HERE);
    }

    http://www.w3schools.com/cssref/tryit.asp?filename=trycss_content_url

    Regards,
    Ismael

    #535874

    Sweet thank you Ismael!

    //Cheers!

    #537040

    Hi!

    No problem. Glad we could help! :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Original icons!’ is closed to new replies.