Hello Enfold Team,
i have the problem that the background and color of the tab container change on mobile device.
here the website result, which is great:
http://www.architekt-voit.de/downloads/web.jpg
and here ist the result on my mobile device:
http://www.architekt-voit.de/downloads/mobile.jpg
So the div container has a white background and the color of my font ist wrong.
What must i change in my css style content.
Thx in advance
? any idear ?
Hi!
Thank you for using Enfold.
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .main_color .active_tab_content {
background-color: #f2f1ee !important;
}}
Cheers!
Ismael
great! Thx it Worx!
can u please tell how i can change the active tab container color, too ?
Hi!
Please try this:
@media only screen and (max-width: 767px) {
.responsive #top .main_color .tabcontainer .active_tab {
color: #333;
}
}
Best regards,
Rikard
thx !! It worx … ! Great Support again! Best support ever! :-)