Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘title in tab element not visible on mobile phone’ is closed to new replies.
Tagged: Tab element
Hi!
Please check on mobile Phone this page, in particular the tab section. The titles are not visible. They suppose to have a white colour, just as on desktop view. Is there a way to make them visible?
Thanks!
Martine
Hey Martine,
Thanks for providing the link.
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .main_color .tabcontainer .active_tab h3 span {
color: #fff !important;
}
}
Hope it helps :)
Best regards,
Nikko
Thanks Nikko! That works!