Hi,
Could you help me with the attached TAB issue? I need the content area to have different color background from the active tab color.
Thanks
Hi gigoz!
Please try the following in Quick CSS under Enfold–>General Styling:
.active_tab_content{
background-color:red !important;
}
Regards,
Rikard
Hi!
Could you please provide a link to the site in question? We need to inspect the elements to help with your last request.
Best regards,
Rikard
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.responsive .top_tab .tab.fullsize-tab {
font-size: 14px !important;
}
.tab.active_tab {
color:red !important;
}
}
Cheers!
Rikard
Excellent. All done.
Thanks