Hi,
I’m using Manfisher Footnotes plugin and noticed that every other row is a gray color as opposed to white. I also noticed that the font color is different. Is there any way this can be changed to match the main content color scheme?
Hi Sam!
Do you have a link for the page in question please? If you want to remove plugin specific CSS then you can have a look in the folder of the plugin (wp-content/plugins/name-of-your-plugin) and find the stylesheet(s) and edit out the unwanted entries from there.
Regards,
Rikard
The link is as follows, see the footnotes at the bottom:
The problem is that I had another theme that didn’t do this with this plugin, which tells me that it is not plugin related, but theme related.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: white;
}
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: inherit;
}
Regards,
Yigit