Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316014
    Michael
    Participant

    I am using the footnote widgets to display various bits of information.  I want the text to be white on a black background which is the default setting.  However, the text is actually displayed in grey.   If I put a link onto the text, then it is displayed in white – to show that there is a link.  When you hover over the link then the text turns grey.

    https://g51.628.myftpupload.com/events/

    How can I change the system so that text is pure white and any links are shown in gray – i.e. the opposite of what it is now?

    Thanks

    #316018
    tikaram
    Keymaster

    @cpp2023: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    .site-footer p {
      color: #ffffff;
    }
    .footer-widget-area a {
      color:#999999;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316123
    Michael
    Participant

    Hi Tikaram   Thats fixed it, thank you

    #316128
    tikaram
    Keymaster

    @cpp2023 : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/costello/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font colour on Footnote’ is closed to new replies.