Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1334576

    Hello,
    I have troubles with a plugin, that shows real estate objects on the page of my customer. The objects are described on another platform and should then be displayed on the homepage of the real estate company. Unfortunately I can neither change the background color on the resulting page nor the font color. The people who provide the plugin, informed me that it does not work on all themes. I tried another theme and it actually worked. But I would like to stick with Enfold. I tried to work on the style.css of the plugin files, but no change.
    Any ideas, how I could get it going?
    Thanks!

    #1334617

    Hey Jo Achim,

    Thank you for the inquiry.

    Are you using a plugin to display the real state objects? We tried to check the page above but it requires a password. Please post the info in the private field so that we can check the issue.

    Best regards,
    Ismael

    #1335058

    Hey Ismael,
    the page is open accessible now. The plugin I use, is the “flowfact-wp-connector”. My problem is the dark background on the overview page and, that when you choose one of the elements, it shows with dark grey writing on black ground an I find no way to change that.
    Hopefully you have a solution so that I don’t have to change the theme.

    Best regards, Jo Achim

    #1335187

    Hi,

    Thank you for the update.

    Looks like the content or page is embedded via iframe. Unfortunately, we are not sure where or how the plugin retrieves the page. Do you have any idea how it does it? Is there a dashboard somewhere in the plugin where you can modify the embedded page or content?

    You can try the following css code to set the background color to transparent but a better solution is to configure the page directly, if possible.

    html {
        background: transparent !important;
    }
    

    Unfortunately, we do not provide support for third party plugins as stated on our support policy. Please keep in touch with the plugin developers for additional assistance.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.