-
AuthorPosts
-
March 26, 2017 at 10:15 am #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.
March 26, 2017 at 8:44 pm #767041Hey mikkijack,
OK, all set :)
Just make sure the url is right.
I followed: http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
MikeMarch 26, 2017 at 9:12 pm #767058Thank 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.
March 26, 2017 at 9:24 pm #767063Hi,
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,
MikeMarch 26, 2017 at 9:30 pm #767066GREAT!!!! Thank you so much!
I was nervous about that.
March 26, 2017 at 9:45 pm #767069How do I change the background color to yellow?
March 26, 2017 at 10:28 pm #767081Hey!
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.
March 26, 2017 at 10:28 pm #767082Hi,
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,
MikeMarch 26, 2017 at 10:49 pm #767087Thank you Mike, you’re a life saver!! :)
March 26, 2017 at 10:53 pm #767088Wait! What happened? I just refreshed and now it’s a pencil there instead of the snapchat ghost. What happened?
March 26, 2017 at 11:25 pm #767092Nevermind, I fixed it. Thank you so much Mike!
March 27, 2017 at 12:19 am #767100 -
AuthorPosts
- The topic ‘Adding Snapchat to social icons’ is closed to new replies.