-
AuthorPosts
-
May 4, 2016 at 6:49 am #926346
Hello, how to add social media icons (the same as in Contacts) to the footer in JA Jason template?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 4, 2016 at 7:09 am #926361Hi
Those icons are part of the Contacts component . You can copy the html code and code in custom html module .
Then publish it on your site via module .Here is code :
<div class="contact-links"> <ul class="nav nav-stacked"> <li> <a href="https://www.facebook.com/Oficyna21" class="facebook"> Facebook </a> </li> <li> <a href="http://www.twitter.com/Oficyna21" class="twitter"> Twitter </a> </li> <li> <a href="https://www.pinterest.com/Oficyna21" class="pinterest"> Pinterest </a> </li> </ul> </div>
or you can use your own icons and link them to your social profile .
Hope it helps
May 4, 2016 at 7:21 am #926373I’m sorry but this code does not work. I’m getting only words, not icons.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 4, 2016 at 7:30 am #926381Hi
Add module suffix
plain-style
in the module with a single blank space and check .May 4, 2016 at 7:51 am #926390Thanks, now it is better, but the icons don’t illuminate in red. What should I do more?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 4, 2016 at 7:58 am #926392Hi
try this code in custom.css file.plain-style .contact-links ul li a:hover { color: #ff3334!important; }
May 4, 2016 at 8:32 am #926405I can’t find this file. Where is it?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 4, 2016 at 8:35 am #926406Go to /css/custom.css in your template folder , If file is not there create it and add the suggested code .
Hope it helps . -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by oficyna21 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum