Hi,
thanks for your post, and sorry for the trouble.
Something seems to wrong with the loading of CSS and JS files on your site. The site is not loading the stylesheets for some reason?!
Regards,
Tobias
Thread Starter
Ruson
(@ruson)
No, I did not have any problems with this, style sheets are loading normally.
Hi,
hm, weird, on a different computer, everything’s loading now. Good 🙂
To achieve this, please replace your current “Custom CSS” with this:
.entry-content .tablepress td,
.entry-content .tablepress th {
border-top: 1px solid #cccccc !important;
border-bottom: none;
border-left: none;
border-right: none;
}
Regards,
Tobias
Thread Starter
Ruson
(@ruson)
This is because I added !important to the code , yesterday =)
Thank you! Your code works; however, I had to assign !important everywhere.
.entry-content .tablepress td,
.entry-content .tablepress th {
border-top: 1px solid #cccccc !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
}
Hi,
nice! Good to hear that this works now!
Best wishes,
Tobias