Copy the file itself to your theme folder. If Tippy sees it in your theme folder, it will use that one rather than the one that came with the plugin.
As for adding the rule to your theme’s stylesheet, make sure the rule is more specific than the default rule so the browser knows which set of rules to follow. Something as simple as “body .tippy_header” should do it. Look up CSS specificity to learn more about what’s going on.
Hi Chris,
Thank you so much for the quick reply-I really appreciate it! Unfortunately I still haven’t been able to get this to work-I think you might be underestimating how utterly clueless I am!
I tried copying the following to my theme’s stylesheet but to no avail:
body .tippy_header {
font-size: 3;
color: black;
}
I also have no idea how to copy the tippy file or how to access my theme folder. I tried investigating FTP but got completely lost. I also tried looking up CSS specificity but I’m still stumped as to how to frame this particular rule.
I’m so sorry for my complete ignorance!
Kerry
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications.
Alternatively use your Child Theme style.css file to hold your CSS modifications.
Hi Andrew,
Thank you so much for your help. I tried copying the same rule into the CSS Manager but it doesn’t seem to have worked.
body .tippy_header {
font-size: 3;
color: black;
}
I think I’m ready to give up now because I feel I’ve bothered you all enough! The problem is that it’s a website for learning English and there are sentences where every word triggers a hover so I use a glossary plugin for most words and tippy for the terms (phrasal verbs, etc.) that the other plugin isn’t able to recognise as one unit. It looks strange having most words grey and then the odd word blue. Not to worry, I’ll keep looking for a solution.
Thank you,
Kerry