Hi
I would like to know which css files and parts I must edit in order to remove all table styling as they are affecting a table I wish to add with its own styling.
My site is http://www.savemoola.com and have saved static pages to mobilephones.savemoola.com so I can show comparison data buy the table related css is affecting the output and not showing correctly.
Any help would be gratefully appreciated
Hey Sconcepts!
Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values
Best regards,
Yigit
Hi Yigit
I have done above but am still getting some styling issues on mobilephones.savemoola.com
What else needs to be removed from the css files eg forms in order for content to look like http://www.savemoola.com/mobile-phones/compare/ (this is an iframe but only showing as an example)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
td { background-repeat: repeat-x; background-size: contain; }
.main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: transparent; }
Cheers!
Yigit