Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389704
    Haunn_Admin
    Participant

    Hi there!

    On these pages:

    http://haunn.ca/our-unique-approach/

    in the “family legacy” and “social capital legacy” section (bottom of the page). Hover and active text is red.

    http://haunn.ca/resources/

    If you hover over the vlog thumbnail. Thumbnails and texts become red also.

    How do I change those hover and active colors to dark blue: #050037 ?

    Thank you in advance!

    #1389726
    Haunn_Admin
    Participant
    This reply has been marked as private.
    #1389958
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    #cs-content .x-nav-tabs > .active > a, 
    #cs-content .x-nav-tabs > li > a:hover, 
    #cs-content .x-nav-tabs > .active > a:hover,
    #cs-content .x-recent-posts a:hover .h-recent-posts {
        color: #050037 
    }
    #cs-content .x-recent-posts .x-recent-posts-img:after {
        background-color: #050037;
    }

    Hope it helps 🙂

    #1390189
    Haunn_Admin
    Participant

    thank you for your quick answer!

    I tried it but it didn’t work

    I identified a “red color” in the source code that could potentially be the issue: #ff2a13

    The code you just sent is very similar.

    is there something else I can try?

    #1390228
    Christopher
    Moderator

    Hi therte,

    Please update your coede to :

     #cs-content .x-nav-tabs > li > a{
        color: #272727;
    }
    #cs-content .x-nav-tabs > li > a:hover, #cs-content .x-nav-tabs > .active > a, #cs-content .x-nav-tabs > .active > a:hover {
        color: #050037;
    }
    

    Hope it helps.

    #1390338
    Haunn_Admin
    Participant

    It didn’t affect it

    should I remove something also? it seems to get override

    #1390497
    Jade
    Moderator

    Hi there,

    Please replace the codes that are currently in your custom CSS to:

    
    @media (max-width: 1025px) {
      body .x-nav-wrap.desktop {
          display:none;
      }
    
      body .x-nav-wrap.mobile {
         display:block; 
      }
    
      body .x-nav-wrap.mobile.collapse {
         display:none;
      }
    
      body .x-nav-wrap.mobile.collapse.in {
         display:block !important;
      }
    
      body .x-btn-navbar {
          display: block;
          float: right;
      }
    }
    
    #cs-content .x-nav-tabs > .active > a, 
    #cs-content .x-nav-tabs > li > a:hover, 
    #cs-content .x-nav-tabs > li > a:hover, #cs-content .x-nav-tabs > .active > a, #cs-content .x-nav-tabs > .active > a:hover {
        color: #050037 !important;
    }
    #cs-content .x-recent-posts a:hover .h-recent-posts {
        color: #050037 !important; 
    }
    #cs-content .x-recent-posts .x-recent-posts-img:after {
        background-color: #050037 !important;
    }
    #cs-content .x-nav-tabs > li > a{
        color: #272727 !important;
    }

    Hope this helps.

    #1390726
    Haunn_Admin
    Participant

    Thank you very much that works!

    #1390741
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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