Tabs on homepage error

Posted in: Newspaper
Post count: 12

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

Post count: 23312

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.

Post count: 12

Sorry, I forgot to provide the website URL:

https://thefullnineyards.com/

Thanks,
Charlie

Post count: 20688

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

Post count: 12

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

Post count: 20688

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

Post count: 12

Hi Simion,

That’s fixed the issue.

Thanks for your help.

Charlie

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.