Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Customizing the WordPress Admin Area

I'm having trouble answering these 2 question (fill in the blank):

1: "When you are styling a color scheme, it is a good idea to know the _______ value of the colors for your brand or theme."

I've tried "initial" but it didn't work.

2: "The__________ function is used in the functions.php file when creating a new admin color scheme from scratch."

I've used function "wpt_admin_color_schemes()" and it didn't work also

Help Please!

5 Answers

  1. I believe it is asking for the color format--i.e., the type of value you would enter if you were writing this into your stylesheet (for example, hexadecimal, rgb, rgba).

  2. The function you would want to use is wp_admin_css_color. This is the function that enables you to create your own color scheme.

Thanks Christopher!

Caroline Hagan
Caroline Hagan
12,612 Points

I've just ran this quiz, and failed when I put "hex" or "RGB" into the space for...

When you are styling a color scheme, it is a good idea to know the ___ values of the colors for your brand or theme.

What is the correct answer, as I don't see how that is incorrect?

//cc Zac Gordon

ANTONIO ALTAMIRANO
ANTONIO ALTAMIRANO
9,428 Points

2: "The__________ function is used in the functions.php file when creating a new admin color scheme from scratch." wp_admin_css_color

Viraj Kokane
Viraj Kokane
17,531 Points

1: "When you are styling a color scheme, it is a good idea to know the _______ value of the colors for your brand or theme." The correct answer is "hexadecimal"