How can I change (and set) the standard font size in blogs of my members?
Tags:
Permalink Reply by Mat on November 11, 2012 at 2:18pm Are you trying to change the font size in blogs? if so here it is
div.postbody{
font-size: 28px!important;
}
And if you like to change the color of the text, background image or color, border, and etc
you can use this codes:
border:1px solid #CC3318!important;
background:#F05A3A!important;
font-size: 35px!important;
text-align: center!important;
font-weight:bold!important;
color: #FFFFFF!important;
Good Luck!
Permalink Reply by Matthijs Goedegebuure on November 13, 2012 at 5:37am You are a genius. And what if I only want a light grey divider between the blogs with a little bit of white space? No border.
Permalink Reply by Matthijs Goedegebuure on November 13, 2012 at 5:41am And even more: is it possible to set a certain lay-out for text and pictures (size, position) in blogs? To give it a more professional, smooth look.
Permalink Reply by Mat on November 13, 2012 at 6:38am On the blog list(/profiles/blog/list) or on the main page blog list?
Permalink Reply by Matthijs Goedegebuure on November 13, 2012 at 6:40am On /profiles/blog/list
Permalink Reply by Mat on November 13, 2012 at 8:01am This will divide your blog post list and also will give it space:
.xg_blog .xg_module_body:nth-child(even) {
border-top: 3px solid #EDEEEE;
border-bottom:3px solid #EDEEEE;
padding-top: 50px;
padding-bottom: 60px;
font-weight:normal!important;
}
Good Luck!
Permalink Reply by Matthijs Goedegebuure on November 13, 2012 at 8:18am Amazing again Mat. Thank you so much; it saves me hours and hours!
Permalink Reply by Matthijs Goedegebuure on November 13, 2012 at 8:30am Do you think there's a way to set the size of the images to a certain maximum, or to a steady size on that same page?
Indrie Florin Gabriel replied to Indrie Florin Gabriel's discussion 'Latest Activity'
Ginny Collins replied to Ginny Collins's discussion 'HOW TO INSTALL/ADD FACEBOOK COMMENT...'


Riccardo Rossini replied to Riccardo Rossini's discussion 'FANTASTIC!!'© 2013 Created by Ning.
