Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261884

    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

    #261890

    Hey Sconcepts!

    Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values

    Best regards,
    Yigit

    #261943

    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)

    #261950

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.