• Resolved lala9

    (@lala9)


    I have givewp in a multisite network.

    On one sub-site, I am using a give form to accept donations. I use the “multi-section form” here.

    On a second sub-site, I am styling it to work only as a petition form. No donations. I use the “Classic form” here.

    So, on this second sub-site I am trying to hide the donations section.

    I have tried adding the CSS snippet via the Customizer.
    Then I tried adding it to the specific page with the Elementor Pro CSS.
    Then I tried adding it with your Code snippet via the plugin “Code snippets”.

    Its incredible how it is not possible. This is the CSS I tried adding :

    .give-donation-form-summary-section{display:none!important;}
    .give-donation-amount-section{display:none!important;}
    .give-container-boxed .give-form-section:nth-of-type(2n+1){display:none!important;}

    Could somebody suggest something here???

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS issues’ is closed to new replies.