Finding what theme was used on a site

Permalink 1 user found helpful
I see a site in the showcase for Vancouver Aquarium, any idea how to find out what theme was used on this or any other showcase site, or a list of add-ons used? I have tried scrolling through the theme section to see if I could find out but it got frustrating.

 
Cahueya replied on at Permalink Reply
When you look at the site in Chromes Developer Tools or check the source code, some paths in the <head> section might reveal a theme name. But if it was customized and renamed - no luck.

From the names of the CSS classes, you could easily find out, if the theme is based on a CSS framework like foundation or bootstrap - but they are wideley used, so this gives you just a hint if you cannot find a theme name itself.

When you check out a element on the page in develper tools, the class name might also give you the name of the add-on in use - backend-addons will not visible this way.

In the end, the theme could be custom-made, changed based on a marketplace theme or bought anywhere else on the web outside the marketplace - it might be difficult to identify or even impossible.

If you think about building a site that looks similar to the one that you are mentioning, just look at how the elements are stacked, how the CSS behaves (responsive?) and you will find that many themes are pretty similar from that point of view. Things like fonts, colors and style elements are really where "design" happens to make a framework-based-theme look different from others - but this might be just the stuff you dont want to "copy" - or your site will just look the same as the original.
mostrim replied on at Permalink Reply
Thanks very much - probably best to use it as inspiration.
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi mostrim,

You can get more information on how the site was made here.

http://www.concrete5.org/about/showcase/community/non-profit/vancou...

In the article it mentions that a small number of marketplace add-ons were used. Everything else, including the theme, I imagine was all from scratch.
mostrim replied on at Permalink Reply
When I went to the showcase I clicked on the link and got directly to the site - the link you posted was what i had hoped to find. Thanks