Archived topic
Override default GP styling of tables
3 replies · Started by Arnab Mohapatra on November 12, 2020
Hi,
I am trying to change the default style of tables to a custom one. What will be the best way to change it?
I tried adding the new style to the stylesheet.css. But the parent style from all.min.css is creating conflict. What will be the best way to address it?
Thanks
Arnab
Hi there,
It's never a good idea to modify the files in the parent theme as they will get erased during updates.
Try style.css in a child theme:
https://docs.generatepress.com/article/using-child-theme/
I guess My question wasn't clear. Got it resolved with some
!important
tags
Thanks for the reply though.
Glad to hear :)