Support Forum
All Caps Quote
Daniel Reed
Member
Free Members
Offline
hey guys.. working down the list of things we are looking at..
it seems that when users .. use the quote button it returns the quote in all Caps.. i dont really mind but some of our users are finding this annoying.
here is a link
http://www.rchelination.com/fo.....way/#p1132
i have found that the how the quote works is controlled by SP.. can you give me an idea of where i need to make this change?
-Dan
In your WordPress theme (not Simple:Press) the style sheet. http://www.rchelination.com/wp...../style.css is using:
blockquote p {
text-transform: uppercase;
}
to convert everything to uppercase.
You can do something like add this to your Simple:Press theme to override or could even remove that part from your WordPress theme.
You can do something like add this to your Simple:Press theme to override or could even remove that part from your WordPress theme.
#spMainContainer blockquote p {
text-transform: none;
}
If changing the Simple:Press theme we recommend you create a custom theme first. Information on installing custom themes are located on our Creating a Theme page.
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625