Skip to main content

Brizy form text colour

Comments

2 comments

  • Ariel H.

    Hi Nama,

    Thank you for contacting us.

    I assume that you changed the text color using this approach – https://prnt.sc/0eoc9DipwEGx

    There could be a conflict coming from your theme if this is not working for you.
    Please try switching to a different theme to see if this resolves the issue.  Changing to an alternative theme can help determine if the issue is specific to your current theme.
    If this resolves the issue, you may need to check the settings in Customizer to find what is causing the conflict.

    If you require a quick fix, you can try adding the following CSS code:

    .brz .brz-css-wnlvy .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {
        color:#36454F;
    }

    To add the above CSS, Navigate to "Appearance" and click on "Customize". This will open the WordPress Customizer.
    In the Customizer, you will see a list of options on the left-hand side. Look for "Additional CSS" or "Custom CSS" (the label may vary depending on your theme), copy/paste the above CSS, and hit   "Publish" or "Save & Publish" button to save your changes.

    I have tested this CSS code on a live CSS editor, and it should apply the specified color to the form fields.  https://prnt.sc/Ssu7AVoTOXB2

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    0
  • N Bempong

    Thank you for your help. I have resolved the issue. I noticed that updating the Brizy plug-in on Wordpress 6.2.2 seems to break the page layout. I'm trying to update Brizy plug-in from version 2.4.17 to version 2.4.20. Kind regards, Nana 

    0

Please sign in to leave a comment.