Title: Transparent table problems
Last modified: August 22, 2016

---

# Transparent table problems

 *  [jonnydowling](https://wordpress.org/support/users/jonnydowling/)
 * (@jonnydowling)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/)
 * I am trying to make my table transparent and have managed to apply this to the
   majority but part of it is still grey.
 * the page is [jonnydowling.com/projects/level-short-film](http://jonnydowling.com/projects/level-short-film)
   and happening on the table containing the videos ‘portrait.’ and ‘LUPERCALIA 
   IV’.
 * This is the code I’ve used.
 * <table>
    <tbody> <td style=”background:transparent;”> <tr> <td><iframe src=”//
   www.youtube-nocookie.com/embed/SgseE0wTPI4?rel=0″ width=”254″ height=”143″ frameborder
   =”0″ allowfullscreen=”allowfullscreen”></iframe></td> <td><iframe src=”//www.
   youtube.com/embed/3ZgqAh5moLc” width=”254″ height=”143″ frameborder=”0″ allowfullscreen
   =”allowfullscreen”></iframe></td> </tbody> </table>
 * Cheers,
    Jonny

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723245)
 * I don’t see where that issue is – can you be more specific?
 *  Thread Starter [jonnydowling](https://wordpress.org/support/users/jonnydowling/)
 * (@jonnydowling)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723266)
 * It is the grey box above the ‘portrait.’ video I am having trouble getting rid
   of.
 *  [martcol](https://wordpress.org/support/users/hotmale/)
 * (@hotmale)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723270)
 * tr:nth-child(2n+1) {
    background-color: #f3f3f3; }
 * Is the rule in your stylesheet that is causing the grey box.
 * How are you adding your customisation? You could try adding any CSS into a child
   theme including this:
 * tr:nth-child(2n+1) {
    background-color: none; }
 *  Thread Starter [jonnydowling](https://wordpress.org/support/users/jonnydowling/)
 * (@jonnydowling)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723347)
 * All I am doing to add transparency is using <td style=”background:transparent;”
   >
 * Should I put the CSS into the CSS file of the theme I am using?
 *  [martcol](https://wordpress.org/support/users/hotmale/)
 * (@hotmale)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723355)
 * On the whole, you’re best to keep all styling in the stylesheets although there
   are reasons why you might not.
 * Having said that with WordPress, if you update in the future you are likely to
   overwrite your edits which is why child themes make a lot of sense.
 * If you want to continue with inline styles then you need to find that element
   in the table and style it accordingly.

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

The topic ‘Transparent table problems’ is closed to new replies.

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [martcol](https://wordpress.org/support/users/hotmale/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/transparent-table-problems/#post-5723355)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
