
Here is a simple tip to make your forum module seemingly pop as well as a simple tip to change it's color. This works for the homepage forums, and group forums.
Place in advanced css, in design studio.
.module_forum .category, .module_forum .vcard {
border: 2px solid #ccc; change border color here
padding: 4px;
background: #f1f1f1; Change background color here
box-shadow: 4px 5px 4px #888; this the hover effect
}
Tags: Make your forum module pop, Tips for creators, just a helpful module tip
Permalink Reply by doone on October 24, 2012 at 4:55am Thanks, it looks good and works. I don't see any hover effect though? What do mean by that line? Nevermind, I see it now! Great work!
Permalink Reply by doone on October 24, 2012 at 5:11am It also works for blogs but not notes, maybe I have the wrong name for notes or notes are just an old feature.
Permalink Reply by George H. Compton IV on October 24, 2012 at 8:03am Awesome job :-)
You'll also want to add These box shadows for compatibility with other browsers
-moz-box-shadow: 4px 5px 4px #888;
-webkit-box-shadow: 4px 5px 4px #888;
so it will look like this
.module_forum .category, .module_forum .vcard {
border: 2px solid #ccc;
padding: 4px;
background: #f1f1f1;
box-shadow: 4px 5px 4px #888;
-moz-box-shadow: 4px 5px 4px #888;
-webkit-box-shadow: 4px 5px 4px #888;
}
Permalink Reply by Armani Rouse on October 24, 2012 at 8:21am Hey george is this the similar effect of how our forums and blogs hover effect is and color change?
Permalink Reply by George H. Compton IV on October 24, 2012 at 8:30am yes it is just about the same. Just different colors & no zoom and color transform FX
my discussion
Permalink Reply by Lupe Tyrell on November 13, 2012 at 5:15pm Thank you!
Gary W Norman replied to Gary W Norman's discussion 'Tagline Font Size or Type - can it be changed?'
Yaron replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'
Allison Leahy replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'
Allison Leahy replied to SM's discussion 'Just discovered Disqus commenting on Ning - how do we add more features?'
Allison Leahy replied to SM's discussion 'Just discovered Disqus commenting on Ning - how do we add more features?'© 2013 Created by Ning.
