How do I remove border and colors in cells on tables?
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
I dont think i works:
This is the side:
http://moisture.dk/wordpress%206/?page_id=3235
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
I works but…. can we make it transparent so that it always matches the background color?
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
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!
Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a {
border: none!important;
}
Best regards,
Yigit
Cool!
Thanx a lot Yigit!
All the best!
MArco