Id like to add a touch of text shadow - for text in the body or in moduals like after you post?? thanks
Not sure what the 3.0 css would be to add to my DS
Just playing with this but tried testing it lol help thanks
Current status of the Ning Platform is always available on the Ning Status Blog.
Id like to add a touch of text shadow - for text in the body or in moduals like after you post?? thanks
Not sure what the 3.0 css would be to add to my DS
Just playing with this but tried testing it lol help thanks
You need to be a member of Ning Creators Social Network to add comments!
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
Hi there!
Tried this styles, looks cool especially on dark backgrounds. Thanks for sharing :-)
Best wishes,
Ning Team.
P.S. What text exactly you are trying to "set on fire"? So I could provide you with the proper selectors.
general body text and modual header text tahnks
Hi there!
You may try adding this to your design studio.
.entry-content, .module-name, .content-name {
color: #f5f5f5;
text-shadow: 0 -1px 1px #f4eba1,
0 -2px 2px #f0df72,
0 -3px 3px #e2be3a,
0 -10px 20px #b57400,
0 -20px 30px #7d4217;
}
If it would be necessary to add any other text to the list please let me know what exactly should be set on fire, and I'll check teh class responsible for that and update the code.
Best regards,
Ning Team.