Template changes

Discussion in 'LiquidFiles General' started by Dave, Jan 10, 2019.

Tags:
  1. Dave

    Dave New Member

    Joined:
    Jan 10, 2019
    Messages:
    1
    Likes Received:
    0
    Hi there,

    If I want to customise the templates (email templates or the html branding on the front page), but base them off the current templates, how do I do that?
    It looks like once I go to customise, I'm starting from scratch.
     
  2. David

    David Administrator
    Staff Member

    Joined:
    Dec 1, 2015
    Messages:
    781
    Likes Received:
    31
    For the Email templates (Admin > Configuration > Email Templates > Edit template) just copy the html code from the "html default" tab to the clipboard and paste to the box under the "html" tab, then customize the code you need and save the template.

    Basic branding like adding some text on the front (login) page can be done by adding html code to the "Home Page Text" box and "Footer Text" in "Admin > Configuration > Branding" settings. For more details please read this man page: https://man.liquidfiles.com/branding/home_page.html

    For more complex changes (of whole user web interface) like hiding, moving or adding elements, changing styles of text or buttons you will need to use Custom Style Sheets or Custom Javascript code which can be typed in to boxes also in the "Admin > Configuration > Branding".
    Please have a look at this page about CSS and javascript overieds for more details: https://man.liquidfiles.com/branding/stylesheet_and_javascript_overrides.html
    https://man.liquidfiles.com/branding/examples.html
     

Share This Page