• Resolved ljohnson1234

    (@ljohnson1234)


    I’m trying to style my contact form. This is what I have:

    .pbSubmit{
    	text-align:center;
    	width:100%;
    	background-color:#3399cc;
    	color:white;
    }
    .pbSubmit:hover{
    	opacity:75%
    }

    The css works, except the text color and background color wont change. They are still the default black and gray

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ljohnson1234

    (@ljohnson1234)

    RESOLVED!

    The website uses Avada Builder, and I changed the page to gutenberg blocks, and included the #fbuilder id in the customized CSS, and then the background color and text color changed. Avada Builder was messing up the CSS.

    • This reply was modified 4 years, 11 months ago by ljohnson1234.
    Plugin Author codepeople

    (@codepeople)

    Thank you for the feedback!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS styling for submit button’ is closed to new replies.