Hi,
How can I customize the media element tab section? I can change the font size about CSS. But how can I adjust the background color and width of the whole element?
Thanks,
Beat
Hey Beat,
Could you post a link to where we can see the element in question on your actual site please? Also please try to explain a bit further what you are looking to achieve, or post a screenshot or mockup highlighting your intentions.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.tabcontainer .active_tab, .tabcontainer .tab {
background-color: #3e5164;
color: #fff !important;
}
I can’t see any problems loading the page in question on mobile, could you let us know how to reproduce the problem please?
Best regards,
Rikard
Hi,
Thanks for the update. Please try this CSS instead:
.tabcontainer .active_tab, .tabcontainer .tab {
background-color: #3e5164 !important;
color: #fff !important;
}
Best regards,
Rikard
Hi Rikard
Many thanks. It looks better already.
At the moment you can’t see any difference between the active and passive tabs.
Would it be possible that the active tab is displayed in a different color (e.g. dark blue) than the passive tabs (e.g. light blue)?
Best regards,
Beat