Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237420
    MB
    Participant

    Hi,

    I see when my sidebar is pushed under the main body content in a smaller viewport the links are not highlighted. Any ideas?

    Thanks, MB
    https://mbguiding.ca/trip-reports/

    #1237431
    Paul R
    Moderator

    Hi MB,

    to retain the highlight, you can add this under Custom > edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    body .x-sidebar .widget a {
        color: #f1861f;
    }
    
    body .x-sidebar .widget a:hover {
        color: #33b98d;
    }
    }
    

    Hope that helps

    #1237879
    MB
    Participant

    [RESOLVED] Thanks Themeco! 😀

    #1237939
    Thai
    Moderator

    If you need anything else please let us know.

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