Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908088
    Ryan
    Participant

    How can I make the color of the social bar and text on the left white.
    http://www.ryanhintze.com/

    #908296
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-topbar .p-info {
        color: #ffffff;
    }
    
    .x-social-global a {
        color: #ffffff;
    }

    Hope this helps – thanks!

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