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 trialJosue Negron
4,193 PointsDrupal Block Style
Regards: I'm curious about block styles in Drupal 7. i downloaded and implemented the template: multipurpose-zymphonies-theme to my site. On the demo for this template (http://demo.zymphonies.com/free-theme/multipurpose-zymphonies-theme/#) it shows nice looking blocks of content which when implemented on my site doesn't look near as on the demo site. My question is, I have to style the blocks or is a hidden feature on the theme?
Thanks, and sorry if my question is not relevant.
4 Answers
Luke Pettway
16,593 PointsI installed the theme and started playing around with it a bit.
If you go to Structure > Blocks, you'll see three sections, First Top, Second Top, Third Top. Those the boxes they are using in the example. For the Icons, they are using Font Awesome, for example <i class="fa fa-sliders"></i> if paste in there will give you one of the icons they used (more here https://fortawesome.github.io/Font-Awesome/). The title of the block will become the bolded part and the block content will become everything below that.
Let me know if that helps.
Luke Pettway
16,593 PointsDo you have an example of what you have implemented? Sometimes when I run into this issue it is because I have to structure it exactly the same way they have (centering text, adding certain classes/styles) for it to apply correctly.
Josue Negron
4,193 PointsRegards and thanks for your fast response: If you follow this pic: (https://www.dropbox.com/s/714anub6i1232j6/demo-site.png?dl=0) you will notice the blocks style on the demo-theme is very nice looking vs. when I implement a block on my site: (https://www.dropbox.com/s/118y68z0jx82mnt/my-site.png?dl=0) it looks very simple. You mentioned about adding certain classes/styles... is there a way to verify the theme classes and styles; and implement them on my site?
Thanks for your help!
Luke Pettway
16,593 PointsHey, its no trouble at all, don't ever be afraid to ask questions. That is the only way to learn!
Luke Pettway
16,593 PointsHey, its no trouble at all, don't ever be afraid to ask questions. That is the only way to learn!
Josue Negron
4,193 PointsJosue Negron
4,193 PointsYour'e awesome! Thanks for all of your help. Sorry for the trouble, I'm a newbie in Drupal and I'm trying to create my first site using this platform. Once again thanks!