-
AuthorPosts
-
November 21, 2013 at 2:06 pm #191431
How do I remove border and colors in cells on tables?
-
This topic was modified 11 years, 11 months ago by
moisturewordpress.
November 21, 2013 at 5:47 pm #191526Hi 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,
YigitNovember 21, 2013 at 10:22 pm #191650I dont think i works:
This is the side:
http://moisture.dk/wordpress%206/?page_id=3235November 21, 2013 at 10:30 pm #191653Hey!
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,
YigitNovember 21, 2013 at 10:47 pm #191656I works but…. can we make it transparent so that it always matches the background color?
November 22, 2013 at 3:48 pm #191849Hey!
This is how it looks on my end http://i.imgur.com/PXHHHUI.jpg
Please flush browser cache and refresh your page a few timesRegards,
YigitOctober 11, 2014 at 1:55 am #334129Hi 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!
October 13, 2014 at 2:02 pm #334893Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a { border: none!important; }Best regards,
YigitOctober 15, 2014 at 4:37 pm #336221Cool!
Thanx a lot Yigit!
All the best!
MArcoOctober 15, 2014 at 4:40 pm #336225 -
This topic was modified 11 years, 11 months ago by
-
AuthorPosts
- The topic ‘Remove border and colors?’ is closed to new replies.
