Hello,
I want the “plus” button to display all the time, so users know its there and so users on mobile can see it at all.
The default is on hover, but cant figure out how to change it, im trying with some CSS but with no success whatsoever.
Id appretiate any help 😀
I figure it out, in case someone is facing the same issue:
CSS:
.acf-actions.-hover
{
display:inline-block;
}