• Resolved killmenowworld

    (@killmenowworld)


    I’d like to change the color of this text “Copyright ? 2017 Watchdl.me” in my footer. The option to change it isn’t available in my theme.

    I’m assuming I’ll do this through the “additional css” tab but I don’t really know any css. I think I want to learn though. So I figured why not learn while building a website and now I’m here.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    div#copyright-note {
        color: #000;
    }

    would set it to black.

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter killmenowworld

    (@killmenowworld)

    thank you that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help changing footer text color’ is closed to new replies.