Forum replies created

    JS
    Spectator
    Posts: 27
    October 6, 2015 at 5:38 pm #21238

    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 🙂

    JS
    Spectator
    Posts: 27
    October 6, 2015 at 5:32 pm #21237

    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!

    JS
    Spectator
    Posts: 27
    October 6, 2015 at 7:55 am #21212

    Sorry, the website is: http://9e8.470.myftpupload.com/.

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 5:53 pm #21180

    Perfect! Thanks for your help.

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 5:51 pm #21179

    Thank you, Denzel. Works beautifully now 🙂

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 12:24 am #21153

    Thank you, this worked!

    JS
    Spectator
    Posts: 27
    September 25, 2015 at 11:13 pm #20974

    By the way, our website is: http://9e8.470.myftpupload.com/.

    Thanks again.