Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #191431

    How do I remove border and colors in cells on tables?

    #191526

    Hi moisturewordpress!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .pricing-table>li { border: none; }
    .main_color .pricing-table>li:nth-child(odd) { background: transparent; }

    If that does not work, please post the link to your page where you have tables

    Best regards,
    Yigit

    #191650

    I dont think i works:
    This is the side:
    http://moisture.dk/wordpress%206/?page_id=3235

    #191653

    Hey!

    Please add following code to Quick CSS instead of the first one i posted

     td { border-style: none; }
    tr:first-child td { border-top-style: none; }
     tr td:first-child { border-left-style: none; }
    .alternate_color tr:nth-child(odd) { background: #111111; }

    Regards,
    Yigit

    #191656

    I works but…. can we make it transparent so that it always matches the background color?

    #191849

    Hey!

    This is how it looks on my end http://i.imgur.com/PXHHHUI.jpg
    Please flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #334129

    Hi there,
    i´ve got a similar problem with the borders between the menu items, which i would like to be transparent.
    I allready pasted this quick css into the theme:

    #header_main, #header_main_alternate, .avia-layerslider {border: none;}

    This let the top menu border disappear.
    But still you can see the borders between the menu items when scrolling down.

    Please have a look:

    http://wordpress.herr-pimock.de/?page_id=11

    seems like they fade in earlier than the background

    Thanx a lot and all the best!

    #334893

    Hey!

    Please add following code to Quick CSS as well

    .av-main-nav > li > a {
    border: none!important;
    }

    Best regards,
    Yigit

    #336221

    Cool!
    Thanx a lot Yigit!
    All the best!
    MArco

    #336225

    Hey!

    You are welcome Marco, glad we could help!

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove border and colors?’ is closed to new replies.