Meta Box
Support Forum
Support › MB Views › Instert Fields/Values in CSS Tab of ViewsResolved
Hi, can you make it possible to allow to insert fields in the css tab of the view extension?
Kind regards, Ole
Hi,
It's not possible. But you can add the field value in the <style> tag to use the dynamic CSS property value. For example
<style>
<h1>{{ post.title }}</h1> <style type="text/css"> h1 { color: {{ post.colorpicker }} } </style>
yes, sure that is possible. But I think to much inline css is no the best way.