Hello, the tab containers are orange only in responsive mode and active. But in desktop mode they are white. How can I make them orange in desktop mode too?
Thanks!
Hey cipriana,
Try this code in the General Styling > Quick CSS field:
#top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab{background-color: #f05a1a!important; color: #fff!important; }
Best regards,
Mike
Great! thanks Mike!