• Bill

    (@hollyhouse)


    Hi,

    Here is the custome css that you provide:

    .su-tabs.my-custom-tabs { background-color: #84ADEA }
    .su-tabs.my-custom-tabs .su-tabs-nav span { font-size: 1.3em }
    .su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current { background-color: #EDFAFF }
    .su-tabs.my-custom-tabs .su-tabs-pane {
    padding: 1em;
    font-size: 1.3em;
    background-color: #EDFAFF;
    }

    I’d like to change the hover color to be the same as the not-hover – not clicked. Can you show me how to do that?

    thanks

    https://wordpress.org/plugins/shortcodes-ultimate/

Viewing 3 replies - 1 through 3 (of 3 total)
  • jerenino

    (@jerenino)

    Hi, I have the same problem.

    Any solution?.

    Thank you.

    Hi again.

    I have a half solution.

    .su-tabs-nav span:hover { background: #xxxxxx; }

    (xxxxxx is your color)

    But… I can`t change the color of text.

    For example:

    .su-tabs-nav span:hover { background: #xxxxxx; color: #……; }

    not working

    text-color (not working)
    font-color (not working)

    Any idea?

    Thanks.

    Well… Hi again… and now… finally I have a global solution to the problem.

    .su-tabs.my-custom-tabs .su-tabs-nav span:hover { background-color: #aabbcc; color: #ddeeff;}

    The colors (aabbcc and ddeeff) are only a example, of course.

    Bye.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change nav hover color on tabs?’ is closed to new replies.