Increase Font Size in Content Pages

Options
As the subject says, we are looking to update the font size on content pages - its a bit too small at the moment.  Where in the CSS do I find the code that sets font size?  Any help with this is greatly appreciated.  Thank you!
Tagged:

Comments

  • That depends on how the site was built. Post a link and we can take a look.


    BPM
  • Austen Brown
    Austen Brown ✭✭✭✭✭
    Ninth Anniversary Facilitator 4 Name Dropper Photogenic
    Hi Brian Mucha‍ - Here is a link to one of the content pages on the site... http://give.victoryjunction.org/site/PageServer?pagename=reus_RTV19_Sponsors
  • Okay. Looks like you have a ton of CSS right in the PageWrapper html. Do you have access to your Page Wrappers? You might need to chat with support to get access (or just have them look for you.)


    I think this CSS is in a reusable page, added in the Additional HTML Tags for HEAD Element on your pagewrapper with an [[S51]] tag.


    You'll have to look in that field (Step 2. Meta Tags when editing your Wrapper) to find out the name of that reusable so you can add to it.


    Once you find the reusable, try adding this:


    #content-primary p { font-size: 18px; }



    Alternately...You also have a lot of CSS in a linked CSS file called: http://give.victoryjunction.org/teamraiser-themes/theme1/css/template.min.css


    You could add the above CSS tweak to that file. You'll need FTP access to your directory to edit this file. This CSS has been minified, so it's all unformatted. You can still just paste that tweak to the end of that file. However, I have no way to tell if this CSS file is also referenced by other teamraiser events that you may not want to change.



    BPM

Categories