Skip Navigation

[Resolved] Border around table

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.

This thread is resolved. Here is a description of the problem and solution.

Problem:
I am trying to remove the border around the table, but I dont know where to do it. I use the Divi Theme and created the filter custom search with views. For the look of the table and radios I use the CSS in Views.
Solution:
It is a custom CSS code problem, please try this CSS code:

div.customers table tbody tr td{
    border: none !important;
}
div.customers table{
    border: none !important;
}

Relevant Documentation:

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by rainerR 6 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#598608
Bildschirmfoto 2017-12-13 um 17.13.04.png
Bildschirmfoto 2017-12-13 um 17.07.01.png
Bildschirmfoto 2017-12-13 um 16.52.33.png
Bildschirmfoto 2017-12-13 um 16.51.48.png

I am trying to remove the border around the table, but I dont know where to do it. I use the Divi Theme and created the filter custom search with views. For the look of the table and radios I use the CSS in Views. Help would be great!

Link to a page where the issue can be seen: hidden link

Thanks in Advance!

#598763
border.JPG

Dear Rainer,

It is a custom CSS code problem, please try this CSS code:

div.customers table tbody tr td{
    border: none !important;
}
div.customers table{
    border: none !important;
}

See screenshot: border.JPG

#599034

Thank you very much! It works perfectly. I just removed the important-tag to show the blue underline. Another little bug is that wenn I filter the list it jumps above and have less space between the filter as the "start-list" ("Alle Fachbereiche")

Do you might know whats the problem and how to solve?

hidden link

thanks!

#599142

It is a new question, please create new thread for it, also describe detail steps to duplicate the problem, and take a screenshot for how do you setup the view, that will other users to find the answers.

#599182

Thank you very much for the great support!

The forum ‘Types Community Support’ is closed to new topics and replies.