« Back to the HTML Forum

issue with interests table

Posted by vic

posted

Forum: HTML Group

so, i want to remove the background of the lil rectangle things on it, and i did just that, but it only removed it on the right side:
problem showcase

here's the code that i used to do that:

code used

how do i make both of the "rectangles" have no background? 



Report Topic

3 Replies

Sort Replies:

Reply by Shæ

posted
updated

For the td, when selecting the left column, you should use



td:first-child { }

For your case, you can do



.table-section td:first-child {
background: none;
}


Permalink Report Reply

Reply by vic

posted

thank you so much!! 


Permalink Report Reply

Reply by Shæ

posted

Np :)

Feel free to add me as a friend and lmk if you need any help


Permalink Report Reply