Okay
  Public Ticket #1188360
How can I create a table? Like a specification sheet
Closed

Comments

  • Poom started the conversation

    Hi,

    What is the best way to create a table like one in the attachment images. I tried copy and paste table code into text block .  I got the table with all the border lines and white background which is quite ugly.

    Please kindly advise.

    Thanks,

  •  8,470
    Tahir replied

    Hey Again,

    The Salient Theme has inline table styling added so you will need custom css to make it look like the attached images.  

    Let us know the Page url so we can have a look.

    Thanks 


    ThemeNectar Support Team 

  • Poom replied

    Hi Tahir,

    Here is the page URL: https://www.monowheel.bike/monowheel-air

    You will see the table at "Tech spec" section there.


    Thanks :)

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    td.ft_subtitle {
        border: none !important;
    }
    table.features-table tr {
        background: none !important;
        border-bottom: 3px solid #ccc;
    }
    td.ft_subtext {
        border: none !important;
    }
    table.features-table {
        border: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8,470


    ThemeNectar Support Team