Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #766901

    I’ve looked at this….

    I’ve even tried to follow this…..
    https://kriesi.at/support/topic/add-snapchat-icon-to-top-social-bar/

    But I can’t figure out how to put Snapchat in the social icons in the top and bottom of the website.

    I’m putting the login information below.

    #767041

    Hey mikkijack,
    OK, all set :)
    Just make sure the url is right.
    I followed: http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Mike

    #767058

    Thank you so much! I’ve fixed the link.

    Will you please tell me how you did it?

    It was saying to do something to functions.php.

    What was added there? I’m using a child theme and I don’t want it messed up if it’s updated.

    Did you edit the functions file? Do I need to change my child theme?

    It just really lost me.

    #767063

    Hi,
    I added the code to your child theme functions.php, so if you update it wont be lost. You can see it there, it’s the only code in the file.
    WP > Appearance > Themes > Editor > (your child theme in the drop down) > Theme Functions (functions.php) from the right side.
    the rest of the steps were outlined in the url :)

    Best regards,
    Mike

    #767066

    GREAT!!!! Thank you so much!

    I was nervous about that.

    #767069

    How do I change the background color to yellow?

    #767081

    Hey!

    You have to add a background color to the CSS selector.

    #top #wrap_all .av-social-link-snap_chat:hover a{
        color:#fff; 
        ba

    ckground-color: #FFFF00;
    }

    Also just to know it is making our work really hard, to have login and disable maintenance before manage to help you.
    Please if you need further help, disable the maintenance so we can be able to help faster.

    Regards,
    Basilis

    • This reply was modified 7 years, 8 months ago by Basilis.
    #767082

    Hi,
    I forgot to add this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-social-link-snap_chat:hover a{
        color:#fff; 
        background-color: #FFFF00; 
    }

    Done now :)

    Best regards,
    Mike

    #767087

    Thank you Mike, you’re a life saver!! :)

    #767088

    Wait! What happened? I just refreshed and now it’s a pencil there instead of the snapchat ghost. What happened?

    #767092

    Nevermind, I fixed it. Thank you so much Mike!

    #767100

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Adding Snapchat to social icons’ is closed to new replies.