Hi,
I’ve made a pricing table to hold some information.
Would like do remove all vertical cell dividers: http://prntscr.com/7silr4
The idea is to leave only the horizontal ones.
Been around CSS but without any luck… Thank you!
Hi 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.com
Regards,
Dake
Hi,
:-( I’ve asked to unblock to the ISP. Please try again.
Thanks!
Hey atainha,
please add the below css to your custom css section in your theme options:
td {
border-left: none !important;
border-right: none;
}
Regards,
Dake
Hi 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
Hi Afonso!
Glad to hear it worked :)
You can make the background transparent with the below css:
tbody {
background-color: transparent !important;
}
Cheers!
Dake
Hi Dake,
Could not make it work (put it in style.css on child) – in inspector it’s there. :-(
Any thoughts?
Thanks! Afonso
Hey!
Please use following code
.avia_responsive_table, .avia_responsive_table * {
background: transparent!important;
}
Regards,
Yigit
Worked great Yigit! Thanks Afonso
Hey!
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