Can't change login button color

Home Forums Jevelin Theme Can't change login button color

Home Forums Jevelin Theme Can't change login button color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • DTH
    Participant

    Hi,

     

    I can’t find where i can change the color for text or this button invidual.

    Point is: In this case the color we choose is green. But the color of the text is (only on that place) to light to read. I try’d a few things but i wouldn’t help.

     

    If there a way to change the color of the button ONLY on login pages, or the text color at that place so the ‘login’ tekst is visible.

     

    Everything is perfect on all other pages, only the login page is showing this.

    Attachments:
    You must be logged in to view attached files.

    Hi DTH,

     

    I hope you are well today and thank you for your question.

     

    We have to develop custom CSS code to change color of those buttons.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    DTH
    Participant

    Hi,

     

    I don’t know if my other message was received so. In in a private message i send the URL.

     

    If there’s anything i need to do please let me know.

    Solution for this topic

    You can change those buttons color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    button.woocommerce-Button.button {
        color: #fff;
    }

    DTH
    Participant

    Thank you, this is the perfect solution! Case closed 🙂

     

     

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)