You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue is when i set multiple buttons with different bg colors all of the btn's have the same background color (although i set different colors for each btn): https://prnt.sc/fGZFvY3J9_Tl
The text was updated successfully, but these errors were encountered:
I had a look at the code, and I can see that the colour is correctly expressed inside the data-dce-background-color attribute.
But when I look at the CSS styling the selector targeting the background color, is highlighting both instances of the repeater field. I believe this is because the color is part of CSS. I may be off here though 🤔
Last Post here, I promise.
I was able to find a workaround.
The usage may be limited, but:
I used the attributes section in the advanced tab.
I clicked on dynamic data and selected the repeater field > typed in my custom field name that holds the color value.
Then, I set the before to: style|background-color: and after to !important. This inserts the colour as an important inline style, which at least works for my purposes. Hopefully @rtpHarry can find the cause and patch this.
i made a repeater field like this:
https://prnt.sc/aqOxkU8FD9KV
https://prnt.sc/opD7GcZH0CyJ
then i made a listing repeater and inside it i used elementor button and set the background color of the btn like this:
https://prnt.sc/Ixp3g3e9acJc
https://prnt.sc/SazdysGYH6k2
the issue is when i set multiple buttons with different bg colors all of the btn's have the same background color (although i set different colors for each btn):
https://prnt.sc/fGZFvY3J9_Tl
The text was updated successfully, but these errors were encountered: