• Resolved flizzywp

    (@flizzywp)


    Hello,
    can you give me CSS code to make the Register button on the Login form more prominent? It would be nice if I could turn it into an actual button.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @flizzywp,

    Please add the following code in Appearance > Customize > Additional CSS:

    .login #nav a:nth-child(2) {
        background-color: red;
        padding: 4px;
        border-radius: 4px;
    }

    If it does not work, please send me your website’s url so I can take a look.

    All the best,
    Mihaela

    Thread Starter flizzywp

    (@flizzywp)

    Thank you very much. I found the same snippet yesterday (I should’ve posted an update here). But for me, it is nth-child(1). Any idea why that is?

    That’s because on your end the Register link it’s the first a element, not the second one.

    • This reply was modified 6 years, 1 month ago by Miha.
    Thread Starter flizzywp

    (@flizzywp)

    Yea makes sense. When I remove the register functionality, the “forgot your password” button gets the style applied.
    Anyway, I have everything I need. Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make the Register link more prominent?’ is closed to new replies.