• Hi, i have a problem with the Yith affiliates plugin: on my site I use a theme with a dark background and pink/white writing. When I insert the block with the registration form on the affiliate registration page, this is displayed well (with white writing and a black background) in the WordPress editor, but trying to open the page directly from the site the block is displayed with a white background and writing, so i can’t read anything. How can I solve this problem? If you want to check how it looks, the link to the page is this: https://mosk.site/referral-program/affiliate-registration

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hi there,

    Thank you for opening this topic.

    I checked your site and I find a CSS property in your site that is adding the same as the background of the form to color to the font, you can see here the different without that property.

    I suggest to check your styles and if necessary add a custom CSS to change the color for the form, for example you can use the following code:

    .yith-wcaf-registration-form * {
        color: black;
    }

    I hope this can help you and have I wish you a great day.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.