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 Admin Color Schemes Customizing Admin Color Schemes from Scratch

Stavros Sofroniadis
PLUS
Stavros Sofroniadis
Courses Plus Student 1,503 Points

Assistance about style.css file

Dear Friends,

in the Project file viewed info about style.css appearead the following code:

/* Theme Name: Twenty Fourteen Child Theme -->Το ονομα του θέματος Theme URI: http://wptreehouse.com/customize-admin Description: 2014 Child Theme for How to Customize the WordPress Admin Area Author: Zac Gordon --> Author URI: http://zacgordon.com Template: twentyfourteen --> Version: 1.0 --> Εκδοση του θεματος */

could you explain what is Theme URI, general URI, have copy-paste the http://wptreehouse.com/customize-admin into url asress and appeared the message: This site can’t be reached. May be because Zac runs this site locally in his computer canot view the site?

What is the difference between Theme Name & Template? It looks same in some way...

The above code up to the end of comments, if removed comments then css file will still work?

@import url("../twentyfourteen/style.css");

If you could explain what is @import url? It some way to attach to style.css file another file called style.css?

We could use instead of @import url("../twentyfourteen/style.css"); the following: <link rel="stylesheet" type="text/css" href="../twentyfourteen/style.css"/> ?

Please if you could assist,

Thank You,