• Resolved lemonteus

    (@lemonteus)


    Hello,

    I have an Elementor-built website where I use your plugin to display a team member carousel, however after I installed and configured the plugin, I realized all form button backgrounds in my website have turned invisible (you can see an example in the homepage, there’s a form near the end of the page, scroll down and you’ll see that the background is invisible. Had to add some borders to make it at least visible again).

    I have injected CSS code but it really does not affect button background colors at all. Can you please help me fix this? For reference, I’m using the standard Forms block in the Elementor builder.

    Thanks in advance.

    • This topic was modified 3 years, 4 months ago by lemonteus.

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

Viewing 1 replies (of 1 total)
  • Hi @lemonteus,

    Please go to plugins > plugin editor and select Team builder plugin and go to assets > owl.carousel.min.css file on line number 226 and remove !important as below

    button:not(:hover):not(:active):not(.has-background)
    {
    	background-color:transparent;
    }

    If it works let us know.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin making all form buttons in a website invisible’ is closed to new replies.