Skip to:
Content
Pages
Categories
Search
Top
Bottom

Complete Sign Up Button (Color Change)

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

  • iamthewebb
    Participant

    @iamthewebb

    When I’m making changes like this I use the developer tools (F12) to inspect the page and find the css elements required.
    You can the modify your custom css file within your child theme or using the additional css sectionof your theme to add in the additional code.

    #register-page #submit {
        background-color: black;
    }

    The above may work or the elements may be different on your theme.


    influenceoptimizer
    Participant

    @influenceoptimizer

    thanks your code worked!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar