Hi folks,
i hope i can explain my problem …
after having made a popup which I wanted to embed on a page >> the button shows in a different style as the Envato-theme-button-style!
look here:
what do i have to do to make use of the standard-Enfold-Style?
thanks in advance!
kind regards
Sandro
Hey Sandro,
Can you give us a link to the page shown in the image you provided?
You can post it in private content, if you want it to be shown only to the moderators.
It might be fetching other css that’s why the button looks different.
Best regards,
Nikko
Hej Nikko, thanks for your response!
here the link: https://praxis-sandrogattei.at/webinar-endlichankommen-anmeldung/
kind regards
Sandro
Hi Sandro,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
button.pum-trigger {
padding: 9px 22px;
cursor: pointer;
border: none;
-webkit-appearance: none;
border-radius: 0px;
background-color: #719430;
color: #ffffff;
border-color: #507210;
}
button.pum-trigger:hover {
background-color: #83a83d;
color: #ffffff;
border-color: #61861b;
}
Hope it helps.
Best regards,
Nikko
thanks you so much, it really changes the button into the theme-style!!
kind regards!! Sandro
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon