-
AuthorPosts
-
July 14, 2015 at 12:42 pm #473100
Hi,
I’ve made a pricing table to hold some information.
Would like do remove all vertical cell dividers: http://prntscr.com/7silr4The idea is to leave only the horizontal ones.
Been around CSS but without any luck… Thank you!
July 14, 2015 at 5:12 pm #473316Hi atainha!
When trying to view your website after logging in, I get the following error:
Your connection to this server has been blocked in this server's firewall. Please contact the technical support with the following information: 207.204.74.183/horus.pro-x-web.comRegards,
DakeJuly 14, 2015 at 8:23 pm #473416Hi,
:-( I’ve asked to unblock to the ISP. Please try again.
Thanks!
July 14, 2015 at 9:01 pm #473425Hey atainha,
please add the below css to your custom css section in your theme options:
td { border-left: none !important; border-right: none; }Regards,
DakeJuly 14, 2015 at 9:09 pm #473431Hi Dake,
It worked like a charm. Thank you.
One last thing (client just asked for this) – how to remove the black background and make table transparent?Thank you once again Dake! Best, Afonso
July 14, 2015 at 9:21 pm #473439Hi Afonso!
Glad to hear it worked :)
You can make the background transparent with the below css:
tbody { background-color: transparent !important; }Cheers!
DakeJuly 15, 2015 at 11:59 am #473638Hi Dake,
Could not make it work (put it in style.css on child) – in inspector it’s there. :-(
Any thoughts?Thanks! Afonso
July 15, 2015 at 12:25 pm #473656Hey!
Please use following code
.avia_responsive_table, .avia_responsive_table * { background: transparent!important; }Regards,
YigitJuly 15, 2015 at 12:33 pm #473666Worked great Yigit! Thanks Afonso
July 15, 2015 at 12:38 pm #473669Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
Yigit -
AuthorPosts
- The topic ‘Remove / hide vertical cell border’ is closed to new replies.
