Tagged: x
-
AuthorPosts
-
November 4, 2016 at 4:13 pm #1244330
Headlines34ParticipantHello,
How can I add a link that says “My Account” to my social icon line directing to artillio.com/my-account? Same font color and hover as the menu and having an oval as the background to match the social icons.
Artillio.com
Thank you,
ChuckNovember 4, 2016 at 4:14 pm #1244331
Headlines34ParticipantThis reply has been marked as private.November 4, 2016 at 11:06 pm #1244694
FriechModeratorHi Chuck,
Thanks for writing in! You can add this under Custom > Global JavaScript in the Customizer.
jQuery( document ).ready(function() { jQuery( '<a href="http://www.artillio.com/my-account/" class="myacct">My Account</a>' ).insertAfter( ".x-social-global a.youtube" ); });Hope it helps, Cheers!
November 7, 2016 at 10:43 am #1247329
Headlines34ParticipantDoesn’t look right.
Anyway to get it to the left of the Facebook icon and wrap it in an oval on one line? Also have the text match the menu on hover?
Thanks,
ChuckNovember 7, 2016 at 11:52 am #1247441
ThaiModeratorHi There,
Please update the previous code to this:
jQuery( document ).ready(function() { jQuery( '<a href="http://www.artillio.com/my-account/" class="myacct">My Account</a>' ).insertBefore( ".x-social-global a.facebook" ); });After that add the following CSS under Customizer > Custom > Global CSS:
.x-topbar .x-social-global a.myacct { width: auto; padding: 0 10px } .x-topbar .x-social-global a.myacct:hover { color: rgb(0,177,225); }Hope it helps 🙂
November 9, 2016 at 12:57 pm #1250470
Headlines34ParticipantThank you! It actually looks better on the right given the background color, but I was able to figure that out.
How can I remove the My Account from the footer?
November 9, 2016 at 1:21 pm #1250510
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-colophon.bottom .x-social-global a.myacct { display: none; }Hope that helps
Joao
November 11, 2016 at 1:47 pm #1253673
Headlines34ParticipantThat worked!
Thanks!
November 11, 2016 at 7:16 pm #1254026
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1244330 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
