Custom css for a specific button not working

Hello @elmirasln

Thank you very much for using our plugin.

A control has multiple components: its container, label, input tag, user instructions, etc. (the components can vary based on the control type). When you assign a class name to a field via its “Add CSS Layout Keywords” attribute, it is applied to the tag that contains the control elements. If you want to modify the appearance of the button tag in the button control, the correct would be:

#fbuilder .select-deselect-all input {text-decoration: underline !important; background: #fff !important; color: #000 !important}

Note the selector is #fbuilder .select-deselect-all input

Best regards.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer