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 How to Build a WordPress Theme Preparing to Code WordPress Templates Linking CSS

flexslider.css and linking images

Near the end of the video(11:29), Zac references the flexslider.css file and says we will have to change the url in the stylesheet so it is referencing the right location. He says to search for 'url' in the file, but in the version of flexslider.css I downloaded from Woothemes, I can't find the line he refers to. 'url' is referenced several times, but not in the way it is in the video.

Are there updated instructions available, or would anyone know where to make this change in Flexslider v. 2.2.0 (the most current version as of this writing)?

1 Answer

Hi.

It's strange. I've opened flex slider.css on GitHub and there is several 'url's on lines 28-32.

https://github.com/woothemes/FlexSlider/blob/master/flexslider.css#L28

Yes, but none of the lines of code in this version match the line of code that is referenced in the video.