Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #396280

    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?

    #396598

    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

    #397251

    The link is as follows, see the footnotes at the bottom:

    http://www.continuationist.org/2015/how-the-sermon-on-the-mount-supports-the-continuation-of-prophecy/

    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.

    #397440

    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

    #397442

    Hey!

    Try adding this to your Quick CSS:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: white !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 8 months ago by Rikard.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.