Home › Forums › SKT Biz/Corp Theme Support › Social Media Icons Shape Change Upon Hover
- This topic has 12 replies, 3 voices, and was last updated 7 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
July 10, 2017 at 11:07 am #77815
How and where do I put the code for social media icons to change shape upon hover (from circle icon to square with rounded corners). Theme is bizness pro.
Secondly, I cant remove the category and archives showing vertically on Home page
July 10, 2017 at 11:59 am #77836Hi,
Kindly show us your website URL so that we can assist further.
Regards,
DaveJuly 10, 2017 at 12:06 pm #77841url is akhtarz.com
how can I upload a picture here to show hover social media icons?
July 10, 2017 at 1:20 pm #77844Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header-follow-us .social-icons a { border-radius:100% !important; transition:all 0.5s ease-in-out 0s;} .social-icons a:hover { border-radius:6px !important;}
Regards,
DaveAugust 11, 2017 at 12:50 pm #80812Hello,
How can I get social media icons in the header (in line of the logo, but on the right side of the screen, above menu).
The social icons in the footer link to http://socialmediahuis.nl/www.facebook.com/socialmediahuis/ instead of www.facebook.com/socialmediahuis/. So the 404-page is showing. How can I fix that?
My website is www.socialmediahuis.nl
Thanks in advance!
August 17, 2017 at 8:06 am #81213Hi,
Kindly use this shortcodes there.
[social_area] [social icon="facebook" link="https://www.facebook.com/socialmediahuis/"] [social icon="twitter" link="https://twitter.com/socialmediahuis/"] [social icon="instagram" link="https://www.instagram.com/socialmediahuis/"] [/social_area]
Regards,
DaveAugust 17, 2017 at 12:51 pm #81245Hi Dave,
That doesn’t work in the footer widget and I want to use my own icons.
The ones are in the footer now, but they automatically link to www.socialmediahuis.nl/www.facebook.com/socialmediahuis instead of www.facebook.com/socialmediahuis.
Despite of what I type in the code:
<a href="www.facebook.com/socialmediahuis/"><IMG SRC="http://socialmediahuis.nl/wp-content/uploads/2017/08/facebook.png" width="50" height="50" /></a> <a href="www.twitter.com/socialmediahuis/"><IMG SRC="http://socialmediahuis.nl/wp-content/uploads/2017/08/twitter.png" width="50" height="50" /></a> <a href="www.instagram.com/socialmediahuis/"><IMG SRC="http://socialmediahuis.nl/wp-content/uploads/2017/08/insta.png" width="50" height="50" /></a>
Can you help me properly?
August 17, 2017 at 1:08 pm #81250Hi,
Kindly send us your WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveAugust 17, 2017 at 1:32 pm #81255Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveOctober 11, 2017 at 8:30 am #85231Thanks dave, the shape changes upon hovering mouse, I would also like to change the color upon hover, official blue of facebook, twitter, linkedin and red of google plus. please support.
October 11, 2017 at 9:00 am #85234Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
DaveOctober 11, 2017 at 10:10 am #85261see the linkedin icon changes shape as well as color upon hover.
https://i.imgur.com/JlnptC0.png
Need to know code for custom color change.
https://stackoverflow.com/questions/25770590/change-color-when-hover-a-font-awesome-icon
Run code snippet, that also might clear my query.October 11, 2017 at 10:28 am #85265Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.fa.fa-facebook.fa-1x {background: #3b5998 !important; color: #fff !important; border: none !important;} .fa.fa-twitter.fa-1x {background: #1ea1f3 !important; color: #fff !important; border: none !important;} .fa.fa-linkedin.fa-1x {background: #0077b4 !important; color: #fff !important; border: none !important;} .fa.fa-google-plus.fa-1x {background: #dc4c41 !important; color: #fff !important; border: none !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.