Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1257881
    FIFOC
    Participant

    Hello,

    While trying to master this new awesome theme, i’ve crossed some specifications to show social icons and manage the topbar and footer, but while organizing and setting up my website, the social icons + footer have disapeard.

    All the links are put in the right section of the customizer.

    Please help

    #1257945
    Thai
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1257948
    FIFOC
    Participant
    This reply has been marked as private.
    #1258057
    Rupok
    Member

    Hi there,

    Thanks for the credentials. You don’t have Topbar enabled on your site. But you have set the Topbar background color to white – http://prntscr.com/d7lsk4 and that’s why the social icons are invisible since they are white as well.

    That’s actually applied to the footer widget area as well. So you can just set a darker background color for this from Customize > Ethos.

    If you want to keep this white then you need to set a darker color for the social icons. You can add this under Custom > CSS in the Customizer.

    .x-social-global a, .x-colophon.bottom .x-nav li a {
      color: #272727;
    }

    Hope this makes sense.

    #1258138
    FIFOC
    Participant

    thank you very much for the help! actually it worked, lats question related to the footer section, how can I change the color of the text, which is also written in white but with a white background that I don’t wan’t to change

    #1258193
    Jade
    Moderator

    HI there,

    Please use this code:

    
    .x-colophon.bottom .x-colophon-content p {
        color: #000;
    }

    Hope this helps.

    #1262477
    FIFOC
    Participant

    thanks a lot it fixed my issue !

    #1262514
    Joao
    Moderator

    Glad to hear it,

    Joao

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