Login     Sign up
Font Size
Faizan (@faizi)
Join date: Nov 28th 2010
Community posts: 20
View Profile
Send Message

From where to reduce the font size of quickshare writing box and wall posts?
Thanks

164 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

in files/common_css/style.css
at around line 853

.fpost {
background:none repeat scroll 0 0 #EEF3F9;
border:1px solid #C6D9EB;
color:#3A74AD;
font-size:1.5em; <===font size of quickshare box

and same place around line 3
for site font size

body {
font-family:tahoma,verdana,arial,sans-serif;
font-size:12px; <=== font size for site

164 months ago