 
	
		Tagged: data table, Pricing Table, table
- 
		AuthorPosts
- 
		
			
				
March 24, 2015 at 9:56 pm #417425We have a very simple data table on a page and we’d like to remove the zebra row styling, but all attempts to use previously posted solutions (like pasting `.main_color .pricing-table>li:nth-child(even) { color: #666666!important; 
 background-color: #f8f8f8; }` into the Quick CSS box results in no change on the page (even if I change the class to “.data-table”.With all of the fantastic styling options in Enfold, I’m surprised that there aren’t more requests for a robust table styling area under the Theme Settings. I’m adding that to Feature Requests. March 25, 2015 at 5:55 pm #418004Hi reynoldsphobia! Add this to your custom CSS. .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white !important; }Cheers! 
 ElliottMarch 25, 2015 at 9:00 pm #418155Thanks, Elliott. That helps somewhat (we adjusted the “background: white” to our Main Content background color), but the font color in the alternating rows are still the secondary font color rather than the primary font color, so there is still the problem that some rows seem to be “preferenced” over others and we’re trying to avoid that. (the page in question is here. - 
		This reply was modified 10 years, 7 months ago by reynoldsphobia. 
 March 26, 2015 at 3:05 am #418275Hi! Please add following code to Quick CSS .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: inherit!important; background-color: inherit!important; }Regards, 
 YigitMarch 26, 2015 at 3:28 am #418289Brilliant! Thanks again so much! March 26, 2015 at 11:55 am #418449
- 
		This reply was modified 10 years, 7 months ago by 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
