Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908027
    ArchStanton1
    Participant

    Hello There,

    I would like to adjust the “copyright content” in row with my social icons like on the attached drawing:

    http://imgur.com/ifxR61g

    My second qestion how could I add the two social icons into my header? Please check the pic. what I want to achive:

    http://imgur.com/GBBiW7c

    Thank you in advance.

    Zoltan

    #908409
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    In your first concern, please share us your URL so we could check if the the code to be shared is correct or not and to check your setup also.

    2nd, You can enable the topbar social media icons, Head over to Appearance -> Customize and click on the Header tab. Then enable the Topbar under “Miscellaneous” section. You need to add social’s profiles URLs under Customize -> Social and it will add social icons in topbar automatically.

    Please check the link below if you want to add the social media icon in the menus.

    https://community.theme.co/forums/topic/social-icons-in-menu/#post-146861

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #909203
    ArchStanton1
    Participant
    This reply has been marked as private.
    #909437
    Joao
    Moderator

    Hi There,

    You can turn on your side bar at Customizer / Header at the very bottom.

    The Icons will be added Automatically as long as you have a link on your Customizer/Social

    To change the color of the headbar and the icons please add the following Code to your Customizer / Custom / CSS

    
    .x-topbar {
      background-color: black;
    }
    .x-social-global a {
    color: white;
    }
    

    Hope that helps

    Joao

    #909450
    ArchStanton1
    Participant

    Hello Joao,

    Thank you very much for your prompt work! As I can see you already solved my 2nd question, thank you for that you guys are the best. 🙂

    Regarding to the first question could you please check my footer and give advice how can I achive the above mentioned format?

    I will change the header background color to black. How can I turn off the topbar bottom border?

    Thank you!

    Zoltan

    #909801
    Joao
    Moderator

    Hi Zoltan,

    To remove the border you can add the code

    .x-topbar {
    
    border-bottom: none;
    
    }
    

    Regarding the footer I would ask you to provide your Wp-Admin credentials so we can better assist, please do not forget to mark the reply as private.

    Thanks

    Joao

    #910175
    ArchStanton1
    Participant
    This reply has been marked as private.
    #910338
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    
    <div class="x-section man pan">
    <div class="x-column x-1-2 x-sm"><strong>MINDEN JOG FENNTARTVA | TEMPTINGBODY.HU © 2016 </strong></div>
    <div class="x-column x-1-2 x-sm">[aps-social id="1"]</div>
    </div>

    Hope it helps.

    #910986
    ArchStanton1
    Participant

    Hello There,

    I added the code but nothing happened…:(

    #911366
    Joao
    Moderator

    Hi There

    I have added the Code at Appearence / Customizer / Footer / Footer Content and it worked.

    Now you have social and info aligned inline

    Hope that helps,

    Joao

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