• Resolved Jellico

    (@catsfoto1se)


    The following code (according to your homepage) is suppose to change the color of the second tabs content, but it doesn’t.

    /* Second tab content */
    .su-tabs > .su-tabs-content > div:nth-child(2) {background-color:#3c0000;}

    The “all” code does work:

    .su-tabs > .su-tabs-panes > div {
    
      /* Background color */
      background-color: #ffcc00;
    }

    .. Or is it me that’s messing it up?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tab content (individual css) background color not working..’ is closed to new replies.