Hi,
Since the latest update, the tabs on my homepage (halfway down the page) now fill with colour when selected or hovered over.
Furthermore, the tabs are all underlined, but the underlining continues to the edge of the element instead of stopping where the wording stops, which didn’t happen before the latest update.
Let me know how I can fix this.
Thanks,
Charlie
Hello csassienie,
Your website is needed, so I can take a closer look at it. Notice that the Tabs will not work with our TD Composer, sorry. You should use only the Visual Composer. Provide some useful screenshots with your problem so I can identify it.
Thanks.
Hi,
Please try the code provided below, just enter it in Theme panel->Custom Css
– https://www.screencast.com/t/TQZ3axR8skb
.vc_tta-tab:hover a,
.vc_tta-tab a {
color: #222222!important;
}
Thanks
Hi Simion,
Thanks for your response.
Prior to the update, the background when selected or hovered over wasn’t changing at all. Instead the font was changing to that pink colour (#b14671).
Let me know.
Thanks,
Charlie
Hi,
Sorry for misunderstanding, in that case try this solution and see if it works properly for you
– https://www.screencast.com/t/j4Phgf0JUX
.vc_tta-tab>a {
background-color:transparent!important;
}
Thanks
Hi Simion,
That’s fixed the issue.
Thanks for your help.
Charlie