Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1108474

    Hi

    How can i remove the color and, lines on table to transperent

    I did this work on quick css but on my new site it did not work

    Can you please help ?

    #1108478

    Hey salveglobal,
    I took a look at your site and I believe the css in your Quick CSS was created for a pricing table, and not for the table on your homepage “Formulas to stay”
    To make the table and borders transparent Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color tr:nth-child(odd),
    #top.home .main_color tr:nth-child(even) {
        background: transparent !important; 
    }
    #top.home .main_color tr, 
    #top.home .main_color td,
    #top.home tr th:first-child, 
    #top.home tr td:first-child,
    #top.home tr:first-child th, 
    #top.home tr:first-child td {
    border-color: transparent !important;
    }

    Best regards,
    Mike

    #1108482

    Hi Mike

    Thanks for the help,

    I had another question after this touch

    How can i make the table backgroud color transperent also

    right now there is slightly light grey

    Best Regars
    Burak

    #1108495

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color table {
        background: transparent !important; 
    }

    Best regards,
    Mike

    #1109199

    Hi Mike

    I have create turkish site and tables are not transperent again

    How should i update the css code

    You can see the page at

    Thanks fpr your help

    #1109949

    Hi salveglobal,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color tr:nth-child(odd),
     .main_color .pricing-table>li:nth-child(odd),
      .main_color .pricing-extra {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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