Dear @anlino,
Have you had time to look at my question? It would help me if you could tell me what I need to change so that the color is displayed properly.
Thank you in advance!
Dear @anlino,
Perhaps this topic has escaped your attention. Is there a solution to the mentioned problem with the table colors?
The link mentioned in the initial message is incorrect. You can see the example at https://hijis.nl/parasja-bo-morele-duisternis/.
Could you update me?
Thank you in advance!
Hi @woltersthijs,
Sorry for the very late reply here. I don’t release a lot of updates for my legacy themes these days, but I’ve made a note about fixing this in a future update.
If you want to fix it for your own install of Chaplin for now, you can do so through the instructions below:
- Go to Appearance → Theme File Editor, and open the file parts/classes/class-custom-css.php.
- Go to line 465. It should start with
'border-color' =>. In the list of elements following that string, locate td and th, and replace them with :root td and :root th (keep the commas). Be careful with the changes, because a single mistake here will cause a PHP error that breaks the site.
- Click the “Update File” button, and you should be set. You might need to empty cache for the changes to be visible.
— Anders
Hi @anlino,
This solved the problem, thank you!