@beithazohar You can change the color of the text in footnotes by adding the following to the custom CSS option, replacing “ff00ff” with the hex code of your desired color.
.modern-footnotes-footnote__note--tooltip {
color: #ff00ff;
}
i had code in custom css area of the pluggin, it doesn’t work
perhaps in customiser ?
ps i checked the option use expandable footnotes
@beithazohar Could you provide a link to a post using footnotes on your site so I can take a look?
Thanks @beithazohar ! I had it wrong above. Since you’re using the expandable footnotes, you’ll want to change your custom CSS to this:
.modern-footnotes-footnote__note {
color: #1A4380;
}
Let me know if that works!
Great it works perfect
Thank’s