Hi,
I noticed that the tabs i did on one of my pages http://www.dma-dancecenter.de/kurse/ are highlighted as responsive. How to deactivate it?
Regards
Damian
Hi Damian!
Thank you for visiting the support forum!
What do you mean by “highlighted as responsive”? Can you please explain it further? A screenshot will definitely help.
Cheers!
Ismael
Heres the Screenshot. I mean the blueish highlight at tabs. I want to keep it the same es in NON Responsive.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){
.responsive #top .main_color .tabcontainer .active_tab {
background-color: #c2c2c2;
}
}
Cheers!
Josue
Thanks for ur help! :) now it looks great in responsive
Regards
Damian