Adding Custom CSS Styling
{% if request.path == '/community/membership' %}
<style>
// Add custom CSS here
</style>
{% endif %}Last updated
Was this helpful?
{% if request.path == '/community/membership' %}
<style>
// Add custom CSS here
</style>
{% endif %}Last updated
Was this helpful?
Was this helpful?