Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259454
    [email protected]
    Participant

    Hello,
    My social icons and links on the bottom of the footer are there, but white, I am unsure how to make these show up, can you assist?

    Thanks

    #1259579
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1261229
    [email protected]
    Participant
    #1261290
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .x-colophon.bottom .x-colophon-content a {
        color: #c32e2e;
    
    .x-social-global a {
        color: #316ac5;
    }

    Lets change the Hex color from the above code with the required color.

    Hope this helps, let us know how it goes!

    #1262394
    [email protected]
    Participant
    This reply has been marked as private.
    #1262407
    Paul R
    Moderator

    Hi,

    I was able to fix it, kindly check on your end.

    Thanks

    #1262795
    [email protected]
    Participant

    I need the social media buttons to be black, I need the site by bosland consulting to be below the social media. If that is not possible, mimicing the production site footer. http://theartefact.com/

    Thanks for your help, I did hop back in on the css and changed the two parts to black, but they when back to being invisible.

    I really appreciate your help.

    #1263259
    Friech
    Moderator

    Hi There,

    I did go ahead and added the custom CSS below:

    /*footer text, link, and social icon color*/
    footer.x-colophon.bottom .x-social-global a,
    footer.x-colophon.bottom .x-colophon-content,
    footer.x-colophon.bottom .x-colophon-content a {
    	color: red;
    }

    Replace the red with your preferred color.

    Clear your browser’s cache before previewing the page.

    Hope it helps, Cheers!

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