Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285000
    goods1904
    Participant

    I am wanting to add social icons under the search field in the fixed left navbar using the Rewnew stack. Please advise, thank you

    #1285007
    goods1904
    Participant
    This reply has been marked as private.
    #1285168
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You could try following the thread below:

    https://community.theme.co/forums/topic/adding-social-icons-to-side-menu/

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1285255
    goods1904
    Participant

    I have added the _navbar.php page along with the code, as well as added the recommended code to the custom css as per the link you provided. It did not seem to work in my case. What else can I do?

    #1285664
    Lely
    Moderator

    Hi There,

    Upon checking, what you did is correct. The only issue here is the color of the icons is white same with your background color for the fixed left menu. Update this:

    .x-social-global a {
    background-color: #ffffff;
    }

    To this:

    .x-social-global a {
    background-color: #ffffff;
    color:red; /*Change to your preferred color*/
    }
    

    Hope this helps.

    #1286193
    goods1904
    Participant

    Perfect, thank you!

    #1286200
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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