Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1410294
    finger123
    Participant

    HI. i was able to get my social media icons to go on my menu bar. Problem is though, i cannot get each icon to have its own link. I would like each social media icon to be able to link to their respective sites. Also, i need to make them a bit larger in size. right now it is extremely small.

    #1410295
    finger123
    Participant
    This reply has been marked as private.
    #1410871
    Friech
    Moderator

    Hi There,

    Thank you for writing in! You added those social icons as one menu item, you need to add those as separate items. And your icons is not linking because you did not put the absolute URL of your social page on the URL field.


    screenshot

    Add this on your custom CSS to make the icons larger.

    .sub-menu i.x-icon {
    	font-size: 1.5em;
    }

    Adjust it accordingly.

    Cheers!

    #1410937
    finger123
    Participant

    Hi. But If I add them as separate items, then they won’t align on the same field next to each other. How do I align them together if I add them separately?

    #1411161
    Jade
    Moderator

    HI there,

    We can add a custom CSS to adjust their position. Kindly add the icons then let us know so that we can check and provide you with the CSS.

    Thank you.

    #1411164
    finger123
    Participant

    it has been added. thanks.

    #1411527
    Friech
    Moderator

    Hi There,

    Please add this on your custom CSS

    /*social icons on menu alignment*/
    .x-nav #menu-item-2446 ul.sub-menu li.menu-item {
    	float: left;
    }
    .x-nav #menu-item-2446 ul.sub-menu li.menu-item a {
    	padding-right: 1em;
    	padding-left: 1em;
    }

    Make sure you remove that extra closing bracket [ } ] first from your custom CSS, or else the code above won’t work.

    Thanks,

    #1411535
    finger123
    Participant

    thank you! works perfectly!

    #1411917
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1410294 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>