Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1104519

    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:
    screenshot
    what do i have to do to make use of the standard-Enfold-Style?
    thanks in advance!
    kind regards
    Sandro

    #1105343

    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

    #1105383

    Hej Nikko, thanks for your response!
    here the link: https://praxis-sandrogattei.at/webinar-endlichankommen-anmeldung/
    kind regards
    Sandro

    #1105518

    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

    #1105621

    thanks you so much, it really changes the button into the theme-style!!
    kind regards!! Sandro

    #1105736

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold + PopupMaker > button in a different style’ is closed to new replies.