Forum replies created

    JS
    Spectator
    Posts: 27
    06.10.2015 at 17:38 #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
    06.10.2015 at 17:32 #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
    06.10.2015 at 07:55 #21212

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

    JS
    Spectator
    Posts: 27
    05.10.2015 at 17:53 #21180

    Perfect! Thanks for your help.

    JS
    Spectator
    Posts: 27
    05.10.2015 at 17:51 #21179

    Thank you, Denzel. Works beautifully now 🙂

    JS
    Spectator
    Posts: 27
    05.10.2015 at 00:24 #21153

    Thank you, this worked!

    JS
    Spectator
    Posts: 27
    25.09.2015 at 23:13 #20974

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

    Thanks again.