• Resolved adabob

    (@adabob)


    Hello, I have read the documentation on colors but when I add the suggested CSS Code to the plugin option page or to my custom CSS section of my theme I don’t see any changes.

    Plus the spacing of each row seems off but I don’t believe we have changed anything. Any tips appreciated.

    Thanks again for a well made plugin

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It seems that there’s CSS code that sets a white text and background colors for the odd and even rows in the page (in addition to that CSS that’s setting colors). This seems to be in some “Custom CSS” section of theme, together with some other CSS:

    .widget-area img {
        max-width: 100%;
        height: auto;
    }
    
    #bbpress-forums{
    padding: 15px !important;
    }
    .tablepress .odd td {
      background-color: #ffffff;
      color: #ffffff;
    }
    .tablepress .even td {
      background-color: #ffffff;
      color: #CCCCCC;
    }

    Please remove the TablePress CSS from there.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Having trouble with colors’ is closed to new replies.