Speed Feed WordPress Theme

Change Background Color of Forms

To change the color of the background color of the forms for the Speed Feed WordPress theme, add the CSS for your desired form color to your site.

(How to add CSS to your site.)

Below is a sample background color which is lighter than the defaults. Note that this is CSS code that you must add to your site to get that color for your form.

CSS

form {
	background-color: #fafafa;
}

Updated on January 23, 2021

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]