Please include an URL to the page displaying the review form.
Thread Starter
fabbaf
(@fabbaf)
I mean the animation which is on the submit button itself, when it says “Submitting, please wait…”. On the other styles there is a small circle, which is rotating, in front of the text, if I use “WP Forms” style there are bigger oval circles moving around.
I don’t want to post a link here in public.
If you just want to remove the button loader, you can use this CSS:
.glsr-button .glsr-loading { display: none; }
The reason I asked for the URL is so that I can provide you some CSS to fix it without removing it.
Thread Starter
fabbaf
(@fabbaf)
The CSS is not working, there is still this animation inside the button.
-
This reply was modified 3 years, 8 months ago by
fabbaf.
Got it. You can edit your post and remove the link now.
Thread Starter
fabbaf
(@fabbaf)
I made a mistake. The CSS you provided is working. Thanks for your help!
-
This reply was modified 3 years, 8 months ago by
fabbaf.
Try this CSS:
#main .glsr-wpforms .glsr-button {
display: inline-flex;
gap: 8px;
justify-content: center;
}
#main .glsr-wpforms .glsr-button .glsr-loading {
height: 1em;
position: relative;
width: 1em;
}