Hi
I inserted an array html in the site, and I can not remove the border of the table, css even with the !important property.
Here’s the code, what’s wrong?
tr: first-child td {
border-top-width: 0px! important;
}
tr th: first-child, first-child
border-left-width: 0px! important;
}
td {
border-width: 0px! important;
}
THanks
Hey chalbo73,
Please try this instead:
td {
border:none !important;
}
Best regards,
Rikard
Hello,
Thank you for your answer but it does not work.
It’s very weird ..
Hi,
Please add
td {
border-collapse: collapse;
}
and let us know if that works please.
Thank you
Best regards,
Basilis
Hi
No it does not work ….
When I check the code with google chrome, here’s what I see:
td {
border-width: 10px! important;
}
td {
font-size: 13px;
padding: 9px 12px;
border-style: solid;
border-width: 1px;
border-left: none;
border-top: none;
}
Hi,
I just checked the URL you posted and I can’t see any borders in the table, what exactly are you looking to remove?
Best regards,
Rikard
Hi
It’s really weird, here’s what I see on my computer and my phone
Hi chalbo73,
Could you please clear the cache, check again and get back to us.
Best regards,
Victoria
Hi
I tried but it did not change anything. Now it appears as it should on my screens …
Thank you !
Hi,
I tried but it did not change anything. Now it appears as it should on my screens …
I’m not sure if this is fixed or not. Should we close this thread? :)
Best regards,
Ismael
Yes now it’s good, you can close the wire. I meant that I had already tried to clear the cache but it had not worked for several days and it ended up working!
Have a good day
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Basilis