Table

Posted in: Newsmag
Post count: 59

I wish to style this table –> Image
I want it to look like this –> Image
I just want the lines

Url: Page

Thank you!

Post count: 6535

Hi

Try this css in theme panel > custom css:

table td{
border: 0px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.vc_custom_1445898002865{
background-color: #FFFBFB;
}

Note that fore tabel’s background color I used a temporary class generated by VC which will change when the row is edited and the css will not be applied after that. You can add a specific id for that row and use it instead of this class: .vc_custom_1445898002865 http://screencast.com/t/CxnDg9zoWma

The css will look like this:

#special{
background-color: #FFFBFB;
}

Thanks!

Post count: 59

Thank You 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.