Forum replies created
Sorry, I misspoke. I accidentally copied some extra lines, which screwed things up.
The code you suggest is actually very close. The hover background color works great. Once I select a tab, I’d like the background color to change to the same as the background hover color. Currently, after selecting a tab, it reverts to the non-hover background color.
Are there other tweaks that can correct this?
Thank you 🙂
Hi Denzel, thank you for your quick response. Using this code resets all tab colors to the same color specified by this portion of the code you suggested, regardless of whether a tab is selected or not:
#tabs a {
background: yellow none repeat scroll 0 0 !important;
}
In my case, this portion of the code doesn’t affect the hover/selection color at all:
#tabs a:hover {
background: red none repeat scroll 0 0 !important;
}
Is there something else we could try?
Many thanks!
Sorry, the website is: http://9e8.470.myftpupload.com/.
Perfect! Thanks for your help.
Thank you, Denzel. Works beautifully now 🙂
Thank you, this worked!
By the way, our website is: http://9e8.470.myftpupload.com/.
Thanks again.