Forum Discussion
Harry
11-17-2022Cloud Apps
Hello DamianC ,
You can add hover effect to Blox button by adding CSS in "style" key as below
"style": ".blox-slides button:hover{background-color:red!important}",
Blox script for Action button would be
{
"type": "ActionSet",
"actions": [
{
"type": "Filters",
"title": "Apply",
"style": {
"backgroundColor": "blue"
}
}
]
}
Please let me know if you have any questions
Always here to help,
Harry from QBeeQ
[email protected]
QBeeQ - Gold Implementation and Development Partner
www.qbeeq.pl
DamianC
11-17-2022Cloud Apps
Thank you Harry, worked a charm