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