lutz 1 Report post Posted July 4, 2012 Hi there! I'm totally new at WodPress and Pageslines, so maybe my question is totally stupid. But I coldn't find a way to change the textsized in Pagelines - and I do not mean things like "weight", "spacing" or "style" in the "Typography" section. Just the plain size like 12px or 20px. I can't believe that Pagelines seems to have no regular way to change that ... Please be aware that I need the exact and full syntax and where exactly I have to set or add those changes ) Can someone help? Thanks in advance! Share this post Link to post Share on other sites
Rob 547 Report post Posted July 4, 2012 It's very difficult to do that with settings. Hence, with each individual CSS element, you can change the size via CSS right down to the page. We'd be happy to provide the syntax, but please tell us which text you want changed and where it's located. Customized CSS can be very exact, and should be either placed in Dashboard > PageLines > Site Options > Custom Code > CSS Rules or, if you're using it, in functions.php located in the PageLines Customize plugin (free in the store). Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
lutz 1 Report post Posted July 5, 2012 @rangelone, found it ... finally! I use now these code lines that work great: .main-nav {font-size:14px;} .font-primary, body {font-size:16px;} .fpost .post-title h2 {font-size: 24px;} Thanks and take care! Share this post Link to post Share on other sites
Rob 547 Report post Posted July 5, 2012 Great! Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites