• Resolved kushweez

    (@kushweez)


    Is it possible to have 2 values in the selector?

    Example :

    css:
    .pay-button .success svg {
    stroke: var(–c-color);
    }

    Attributes :

    pay-button.success
    stroke:{{VALUE}};
    I have tried several things but I get no result

    • This topic was modified 4 years ago by kushweez.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Unlimited Elements

    (@unitecms)

    Hi, you can use a coma if the value is the same. Like selector1, selector2

    Thread Starter kushweez

    (@kushweez)

    Hello sorry I saw that I did not even greet you … Excuse me

    Thank you for the answer

    I finally did otherwise, is it normal that in élementor Content, Style are reversed?

    I have Style/content/advanced

    instead of de Content/Style/advanced

    And finally how to use Item HTML 2?

    The first {{put_items()}}
    the 2nd? {{put_items2()}} ?

    • This reply was modified 4 years ago by kushweez.
    • This reply was modified 4 years ago by kushweez.
    Plugin Author Unlimited Elements

    (@unitecms)

    Yes the second you can use putitems2
    Reversed style and content its a bug of mine. You can write to: unitecms.ticksy.com show me the widget and ill fix. But please make surr you have latest version of the plugin

    Thread Starter kushweez

    (@kushweez)

    Thanks for your work, I love this plugin! It offers so many possibilities !

    Last question how does the checkbox work?

    In html I would like if the checkbox is checked <!– <p>Unlimited Element </p> –> otherwise <p>Unlimited Element</p>

    Plugin Author Unlimited Elements

    (@unitecms)

    Hi, you have “if” twig statement for it. You can press on “shoe code examples” at the bottom and youl see the “if” statement example.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS Selector Value: 2 Value ??’ is closed to new replies.