Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285514

    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

    #285567

    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

    #285895

    Heres the Screenshot. I mean the blueish highlight at tabs. I want to keep it the same es in NON Responsive.

    Screenshot

    • This reply was modified 10 years, 4 months ago by ninaS.
    #285935

    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

    #287519

    Thanks for ur help! :) now it looks great in responsive

    Regards

    Damian

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tabs highlighted in color (responsive)’ is closed to new replies.