kidcopernicus Posted August 12, 2019 Share Posted August 12, 2019 I am seeking deeper access to my Templates fonts. Should be universal through CSS, but for the record, I am using Sofia. 1 - How do I view the CSS page that my site is generates without going live? If I'm adding Custom CSS, I would feel more comfortable seeing how the generated CSS is put together, naming conventions, etc. 2 - Is page specific CSS injection a higher tier paid function? Or is that for Javascript? 3 - How do I get granular with font size? This template includes the following options for font from the pulldown menu: Normal, Heading 1, Heading 2, Heading 3, Heading 4, Code This limit across the site is killing my design. Each page has text and overall I need about 10 options on font size for the full site. So what I'd like to do is add more Heading slots to the template - what I believe the original templatemaker did. Is this possible? Or do I need to pay more, get page specific, and add fonts through the css -"SiteWrapper" style? Forgive me if this all seems rather basic. It's been awhile since I've messed around with html/css. Cheers Link to comment
kidcopernicus Posted August 13, 2019 Author Share Posted August 13, 2019 Bump. Anyone? Bueller..? Bueller..? Anyone..? Link to comment
LizDonato Posted March 6, 2020 Share Posted March 6, 2020 I would also love to know the answer! Link to comment
tuanphan Posted March 6, 2020 Share Posted March 6, 2020 1 - How do I view the CSS page that my site is generates without going live? If I'm adding Custom CSS, I would feel more comfortable seeing how the generated CSS is put together, naming conventions, etc. Editing Mode - Live Mode use different class for body tag. (.sqs-edit-mode) You can add this tag to before CSS, to apply on only Editing Mode. 2 - Is page specific CSS injection a higher tier paid function? Or is that for Javascript? With Personal Plan, you can target Page ID. Each page has differrent Page ID. See how to. eg. body#abc123xys h1 {font-size: 20px;} this code will set font size 20px for heading 1 on page with ID #abcy123xyz Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.