Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    You can add CSS via the plugin settings or your theme’s style.css file.

    Hello, I am using User Submitted Post plugin. I want to change submit button color. When I change
    #usp-submit{background: #ff0000;}
    It changes the division background color. Please help me to change submit button color.

    Plugin Author Jeff Starr

    (@specialk)

    Hi Cascido,

    To target the button, you can do this:

    #usp-submit input { background: #ff0000; }

    and if that is not strong enough, try this:

    #usp-submit #user-submitted-post { background: #ff0000; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘button color change’ is closed to new replies.