Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1229588
    Paul R
    Moderator

    Hi Charlie,

    It’s because the background colors are the same as your desktop.

    You need to change your background colors.

    eg.

    
    @media (max-width: 979px){
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    		color:yellow;
    		background-color: red;
    	}
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    		color:yellow;
    		background-color: red;
    	}
    
    	.entry-content.content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:hover{
    		color:yellow;
    		background-color: red;
    	}
    }
    

    Please note that the changes are visible only on mobile or if you reduce your browser window.

    Don’t forget to clear your plugin cache before checking.

    Thanks

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