Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1080574
    assistcharleston
    Participant

    How do I change the base and hover colors of these elements? I know I’ve changed them before, but cannot find it.

    Site: greenbox.gbddemos.com
    wp: 4.5.3
    cornerstone: 1.3.0
    x: 4.6.0

    #1080819
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-social-global a {
        color: red;
    }
    .x-social-global a:hover {
        color: #fff;
    }

    Hope that helps.

    #1081214
    assistcharleston
    Participant

    It does! Can you provide the code for the menu bar in the footer as well?

    #1081257
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom .x-nav li a {
        color: #113021;
    }
    

    Hope that helps.

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