Best Answer James B , 10 October 2012 - 11:01 PM
Hi there, the letters section uses the same typography settings from the Pagelines>Site Options>Typography page. Changing the headings and body font/styling in there will also affect the content in the letters section.
If you wish to style the font in the letters section differently from the rest of the site, you'll need to use Css as per below. I've left all the other css options inside the code in case there's other adjustments you want to make. If not, just delete the lines which aren't applicable.
For the title
.pl-letters-container .letters-article .letters-title {
font-size: 34px;
letter-spacing: -0.03em;
line-height: 1.1em;
margin: 26px 0;
}
For the content
.pl-letters-container .letters-article .letters-content {
color: rgba(61, 61, 61, 0.8);
font-size: 17px;
font-weight: 300;
line-height: 26px;
margin: 0;
text-align: left;
}
Go to the full post
#1
Posted 10 October 2012 - 10:32 PM
#2
Posted 10 October 2012 - 11:01 PM Best Answer
If you wish to style the font in the letters section differently from the rest of the site, you'll need to use Css as per below. I've left all the other css options inside the code in case there's other adjustments you want to make. If not, just delete the lines which aren't applicable.
For the title
For the content
#3
Posted 10 October 2012 - 11:52 PM
#4
Posted 10 October 2012 - 11:55 PM
#5
Posted 10 October 2012 - 11:55 PM
#6
Posted 26 January 2013 - 10:52 AM
I've followed the above instructions, placing my desired settings for the PageLines Letters in the Custom Code area, but nothing's changing on the blog entry. It's just the default settings for Letters. Because I am using the PageLines Base Child Theme, I also attempted to edit the style.less sheet for the Letters section using the Sublime Text 2 app for OS X, but there is still no change visible, even after refreshing browser cache.
Any thoughts? Is there some format I'm missing when editing the style.less sheet? This is my first attempt to edit a LESS file, having only edited CSS files before.
I'm trying to increase the text size to 19px and the line height to 29px for the Letters section, to further enhance long form readability.
#7
Posted 27 January 2013 - 10:05 AM
Also tagged with one or more of these keywords: Resolved, letters
Letters: increasing width of sectionStarted by stug , 26 Jan 2013 |
|
|
||
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|











