Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘change colors tab containers’ is closed to new replies.
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!