Ocolus - Custom liquid

This is an advanced section. Knowledge of web design languages such as LIQUID, HTML, and CSS is required.

2023-07-14_14-58-27.png
  1. In the theme editor (Customize), click Add section

  2. Search Custom liquid

  3. Click Save

Code Liquid options

Example: If I input this liquid, the content will display the same as in the image below.

{%- assign ocolus_theme = "Top view in this weekend" -%}

<div style="text-align:center; font-size: 30px; color: black;">{{ocolus_theme}}</div>

2023-07-14_15-12-21.png

Note: You can visit to this liquid to understand more about the liquid: Link