Tagged: , , ,

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

    Hi Kriesi Team,
    I was wondering if you can refurnish the code so that it can only change specific contact button’s color (Contact Form) for specific page.

    I attempted this code for the specific page https://www.sighttosky.org/partners/

    /* Contact Form Button with Page ID*/
    page-id-1100 .form_element .avia-button .button {
    color: #EBA138 !important;
    }

    Best regards,
    Marcus

    #1222209

    Hey Kayzel,

    Please use this CSS code instead, if you apply on other pages, just replace 1100, with the correct page id:

    .page-id-1100 .form_element .button {
        background-color: #EBA138;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1222331

    Hi Nikko,
    Sorry to bother you. It doesn’t work. Do you mind providing me with the solution for this?
    So that the contact form send button will be color will be #EBA138
    Best regards,
    Marcus

    #1222350

    Hi Marcus,

    I used a web inspector to test the code I gave and it works.
    I have provided a link in private content for a screenshot that shows it works.

    Best regards,
    Nikko

    #1224222

    Hi Nikko,
    Thank you. It work. Please do close the thread!
    Best,
    MM

    #1224311

    Hi MM,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘(Contact Form) button for specific page’ is closed to new replies.