Tagged: x
-
AuthorPosts
-
May 18, 2016 at 6:51 am #997209
awecesarParticipantHey,
on my site I have my logo and the navigation as an “a” anchor inside my x-container.
I want to add another “a” anchor inside the x-container with a class (for example “social”).How can I do that?
Thanks!
May 18, 2016 at 7:23 am #997251
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thank you.
May 18, 2016 at 8:06 am #997305
awecesarParticipantfourtylove.com
May 18, 2016 at 8:13 am #997321
awecesarParticipantwhen you scroll down the site looks like this (screenshot)
I just want to have a twitter icon on the right of the screen -> Hamburger nav icon left; Logo middle; Twitter icon right;May 18, 2016 at 8:42 am #997373
ChristianModeratorPlease give us access to your WordPress admin and FTP so we could check your setup.
Thanks.
May 18, 2016 at 9:24 am #997447
awecesarParticipantThis reply has been marked as private.May 18, 2016 at 10:47 am #997575
RupokMemberHi there,
Thanks for writing back. You can add this under Custom > JavaScript in the Customizer.
jQuery(document).ready(function($) { var html = '<a title="Twitter" class="custom-twitter right" href="http://twitter.com/"><img alt="Twitter" src="//twitter-icon-link.png"></a>'; $( html ).appendTo('.x-navbar-inner .x-container'); });Let’s change the image source
//twitter-icon-link.pngwith your uploaded image URL and change the twitter link.And then add this under Custom > CSS in the Customizer.
.custom-twitter > img { margin-top: 15px; width: 50px; }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-997209 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
