Viewing 9 replies - 1 through 9 (of 9 total)
  • Try adding this to the stylesheet:

    .wp-table-reloaded td {
    background: transparent;
    }
    Thread Starter flashfloyd119

    (@flashfloyd119)

    I added it at the bottom of the style sheet but no luck. Any other suggestions? Thanks for your help.

    Hi,

    unfortunately, your link does not work for me (the page is probably not published, but just a draft), so I can’t check what’s going on 🙁

    Please try adding

    .wp-table-reloaded,
    .wp-table-reloaded td,
    .wp-table-reloaded th {
       background: transparent !important;
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter flashfloyd119

    (@flashfloyd119)

    Hi, I tried adding that code but still did not work. Here is a link to the page: http://www.chadfloyd.com/video-audio/drumset/
    Thanks for your help.
    Chad

    Thread Starter flashfloyd119

    (@flashfloyd119)

    I was entering it in the wrong place. It works great now – thanks for your help!
    Chad

    Thread Starter flashfloyd119

    (@flashfloyd119)

    Now, the titles of my links inside the table have a white background. How can I change that white background strip to being transparent?
    http://www.chadfloyd.com/audio/
    Thanks

    Hi,

    those links have a white background, because that seems to be the default background for all links in your theme. To change this, please try adding the following “Custom CSS”, which will also change the actual link text color to white:

    .wp-table-reloaded a {
      background-color: transparent !important;
      color: #ffffff !important;
    }

    Regards,
    Tobias

    Thread Starter flashfloyd119

    (@flashfloyd119)

    Thanks – works perfect!

    Hi,

    great, that is nice to hear! Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘WP Table Reloaded background help’ is closed to new replies.