Tagged: cornerstone
-
AuthorPosts
-
October 1, 2016 at 8:39 am #1198485
Hi guys,
Is there a way to put the socials in the top footer widget area and not the bottom footer area?
thanks
October 1, 2016 at 5:12 pm #1198787Hi there,
Thanks for posting in.
Yes, possible. Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery('.x-colophon .x-social-global').prependTo('.x-colophon.top');
Then this CSS to Admin > Appearance > Customizer > Custom > CSS
.x-colophon.top .x-social-global { margin: 10px 0; text-align: center; } .x-colophon.top .x-social-global a { margin: 0 1.25%; font-size: 21px; }
Cheers!
October 1, 2016 at 6:21 pm #1198828ok thanks.
now will that get in the way of other widgets i place there in the footer widget area?
October 1, 2016 at 6:25 pm #1198833so that did not seem to change anything.
October 2, 2016 at 1:46 am #1199057Hi there,
Please add a text widget and insert following code :
<div class="x-social-global"><a href="https://www.facebook.com/barrettbogan" class="facebook" title="Facebook" target="_blank"><i class="x-icon-facebook-square" data-x-icon="" aria-hidden="true"></i></a><a href="https://twitter.com/barrettbogan" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square" data-x-icon="" aria-hidden="true"></i></a><a href="https://www.instagram.com/barrettbogan/" class="instagram" title="Instagram" target="_blank"><i class="x-icon-instagram" data-x-icon="" aria-hidden="true"></i></a></div>
Hope it helps.
October 2, 2016 at 11:57 am #1199442WELL, it placed the icons and the links, but not exactly the same as the ones in the bottom of the footer.
but i think i’ll just keep them where they are.
thank you so much for your help though.
i really appreciate it
thanks & God bless
October 2, 2016 at 12:27 pm #1199470actually, I would still like to know how to do this.
It seems like they have been placed in the widget area.
But the circle behind it is smaller than the icon itself which is why it loos weird. how could i make the circle bigger?
Also the icons are changing color on hover. how can i change the hover color of those icons to not change?
thank you so much
October 2, 2016 at 4:49 pm #1199655Hi there,
Please add this CSS as well.
.widget .x-social-global a, .widget .x-social-global a:hover { margin: 0 1.25%; width: 54px; height: 54px; font-size: 21px; line-height: 54px; color: hsl(0,0%,79%); background-color: rgba(255,255,255,0.2); border-radius: 100em; }
Cheers!
October 2, 2016 at 7:22 pm #1199742looks great! thank you mucho!
blessings
October 2, 2016 at 9:39 pm #1199971You’re welcome!
Cheers!
-
AuthorPosts