Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #987582
    Gallardooo
    Participant

    Hi, I was wondering if you could help me change the footer background color as well as change the color of these individually without affecting the rest of the elements on the site http://i.imgur.com/sOADAVo.png

    Thank you!

    #987718
    Joao
    Moderator

    Hi There,

    Please add the follow code to your Appereance / Customizer / Custom / CSS

    
     /* footer social icons color */
        .x-colophon.bottom .x-social-global a {
             color: red;
        }
    
     /* footer links  color */
    .x-colophon.bottom .x-nav li a {
             color: #ffffff;
        }
    
       
        /* footer background color */
        
    body .x-colophon.bottom {
             background-color: green;
        }
    

    To change the color of your footer text content, you can wrap your content on the code below:

    <p style="color:blue;">2016 Club Natural - All Rights Reserved</p>

    *Adjust the colors according to your wishes.

    Hope that helps,

    Joao

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