Dear sir,
I have create a site of About Quotes Name Auto Quotes . But When I select text as quotes, all letters are automatically turned into Capital letters. I think it’s a great problems for me. Please see this post – http://autoquotes.itinfoworld.com/romantic-love-quotes-collections-of-william-butler-yeats
Now I want that my post will be like this – http://content.screencast.com/users/mohi6644/folders/Default/media/4765453c-5dc2-47dd-a000-4c49bd1b8f2b/skjgfd.jpg
Now please help me.
Thanks you.
Hello,
You can use different quotation styles in our theme not just the default quotebox. You can select the text and mark it as a quote from the formats dropdown from the mce editor. Here are a few styles you can choose:
http://screencast.com/t/aNYy9FLjNyV
I think this option is closer to your request: http://screencast.com/t/wEQRDMRNS
Thank you!
Yes, I can do that, But I need to write SMALL Letters. I do not want that all letters will be capitall.
Pls help
Thanks
Not all blockquotes make the text uppercase. The one I showed you does not do that. Look: http://screencast.com/t/yOFWPVq3W – no uppercase text. Not all quotes do that.
Please choose a different quote for your posts that do not use uppercase.
Thank you!
But How can I do that as per your screen shoot? Will you please give me a short instruction?
Hi,
If you want to change the text-transform property for your quotes, please notice that you sho9uld use a bit of CSS code and then place it in Theme panel->Cusotm CSS area.
The code is ->
.td-post-content blockquote p{
text-transform: initial;
}
The result -> http://screencast.com/t/F5mSLpM4vUwl
Thanks.