Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 243: Line 243:


=== Hide a certain colum in the RATES Table ===
=== Hide a certain colum in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}
.pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}