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

    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!

    #473316

    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

    #473416

    Hi,

    :-( I’ve asked to unblock to the ISP. Please try again.

    Thanks!

    #473425

    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

    #473431

    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

    #473439

    Hi Afonso!

    Glad to hear it worked :)

    You can make the background transparent with the below css:

    tbody {
      background-color: transparent !important;
    }

    Cheers!
    Dake

    #473638

    Hi Dake,

    Could not make it work (put it in style.css on child) – in inspector it’s there. :-(
    Any thoughts?

    Thanks! Afonso

    #473656

    Hey!

    Please use following code

    .avia_responsive_table, .avia_responsive_table * {
      background: transparent!important;
    }

    Regards,
    Yigit

    #473666

    Worked great Yigit! Thanks Afonso

    #473669

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove / hide vertical cell border’ is closed to new replies.