• Resolved vishnulanka

    (@vishnulanka)


    I a not able to view submit button as my background is white. when i hover only i am able to see the button as its hover color is blue but normal color is white. how to change the button css attributes for the submit button to be visible as per the background. can any one please help with the issue.

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

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

    (@specialk)

    Yeah it looks like your theme is styling the buttons to look like that. It’s not something the plugin is doing, USP does not add any color styles whatsoever. Best advice is to ask your theme provider which changes need made to make the buttons visible. They will know best how to help. Or if you have any questions specific to USP, feel free to post them here, I am glad to help anytime.

    Thread Starter vishnulanka

    (@vishnulanka)

    ok then how to change submit button using css. can you help me with css to change the submit button styling

    Plugin Author Jeff Starr

    (@specialk)

    It’s best to ask your theme developer, who will know best which changes to make in general. But if you’re in a pinch, here is the basic idea of how to change colors with a bit of CSS:

    input#user-submitted-post.usp-submit {
    	background-color: #13aff0;
    	color: #fff;
    	}

    Then change the color values to whatever suits.

    • This reply was modified 5 years, 2 months ago by Jeff Starr.
    Thread Starter vishnulanka

    (@vishnulanka)

    Thank You for the response, now my submit button is visible.My issue is resolved.

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

The topic ‘submit button not visible’ is closed to new replies.