Instert Fields/Values in CSS Tab of Views

Support MB Views Instert Fields/Values in CSS Tab of ViewsResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32368
    Ole PoetterOle Poetter
    Participant

    Hi,
    can you make it possible to allow to insert fields in the css tab of the view extension?

    Kind regards,
    Ole

    #32398
    Long NguyenLong Nguyen
    Moderator

    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

    <h1>{{ post.title }}</h1>
    
    <style type="text/css">
        h1 { color: {{ post.colorpicker }} }
    </style>
    #32399
    Ole PoetterOle Poetter
    Participant

    Hi,

    yes, sure that is possible. But I think to much inline css is no the best way.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.