• Resolved piixDot

    (@piixdot)


    Hello. I am currently using Snaps theme and Custom Headers and Footers plugin. The current color for the fonts is gray. I would like to change them to white. What should I add or edit for this change to happen? Below is the information I have in the plugin under Blog Footer. The site is https://www.piixdot.com for further info and see bottom of the page for the fonts which I mentioned above. I have mentioned in my previous threats that this is my first site I have created and I am still very very new to everything. Thanks for whomever that may respond to my threat =)

    <p align=”center” style=”font-family:Ariel; font-color:white; clear:both; color:white; font-size:18px; padding: 26px 0 0;”>
    HOME * <a
    href=”/meet piixdot”>MEET PIIXDOT * <a
    href=”/blog”>BLOG * <a
    href=”/archives”>ARCHIVES * <a
    href=”/pricing”>PRICING * <a
    href=”/contact”>CONTACT FORM
    </p>

Viewing 1 replies (of 1 total)
  • the color is defined by the styles for the links;

    instead of adding all the inline styles, add a CSS class to your paragraph code, and style it from withinstyle.css;

    example:

    <p class="footer-links">
    HOME * <a
    href="/meet piixdot">MEET PIIXDOT * <a
    href="/blog".......etc...

    and:

    .footer-links { text-align: center; clear: both; color: white; }
    .footer-links a { font-family: Arial, sans-serif; color: white; font-size: 18px; padding: 26px 0 0; }
Viewing 1 replies (of 1 total)
  • The topic ‘Change font color displaying in footer’ is closed to new replies.