Share feedback, ideas and get community help

Updated 6 months ago

Variable in theme. What's wrong ?

hi everyone
Several hours spent trying to understand why it doesn't work!
Following the menus, I want to change the look of a différent button (the last one in fact).
{{cssrevenir}} is, for example, the string choice2.
When I write manually, it works (aka > [data-itemid="choice2"])
But with the variable {{cssrevenir}}, nothing.

[data-itemid={{cssrevenir}}] {
background-color: rgba(235,235,235, 0);
color : rgba(45, 70, 205, 1);
font-weight: 400;
border-radius: 12px;
border-color: rgba(246, 239, 220, 0);
box-shadow: rgba(0, 0, 0, 0) 2px 3px 6px !important;
}

I've tried [data-itemid="{{cssrevenir}}"] and to put " in {{cssrevenir}} like "choice2"
s
B
8 comments
Variable in theme. What's wrong ?
Where do you write this?
In Custom CSS?
It does not support variable parsing
Yes, in Custom CSS.
There is a button at the bottom to choose a variable.
How can I use it to a dynamique css ?
With the whole CSS ?
That's an error, removing it now.
Custom CSS can't be variabalized
Add a reply
Sign up and join the conversation on Discord