• Resolved CC05

    (@ayano-hisa-photo)


    Hello,

    I am trying to figure out how to make the corners of field boxes sharp. I found a way to make the buttons sharp but I could not find a section to do it for the field boxes. Is it possible?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hello, @ayano-hisa-photo

    You can increase the border radius of the field boxes by adding the following CSS snippet inside your LoginPress > Customizer > Custom CSS. Helping doc

    .login form .input, .login input[type="text"] {
       border-radius: 30px;
    }
    Thread Starter CC05

    (@ayano-hisa-photo)

    Thank you so much, it worked! But I have a problem with the customizer. I made all box corners to be sharp but adjusting the border radius to 0 in the customizer, but the changes I made on the customizer gets reset, except for the custom CSS. So now the input boxes have sharp corners but all the other boxes are back to round corners.

    Do you have any idea why?

    Also, other plugin I use (Favorites plugin) is asking where to redirect users to after clicking a button and I want them to be redirected to the login form. It’s asking for Post or Page ID. Does this login form have a Post / Page ID?

    Thanks!

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hi @ayano-hisa-photo

    it seems like you have reset all the settings and the CSS snippet that we sent is not applied either. Could you please reach us through WPBrigade. We need to investigate your issue further.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the border radius of the boxes?’ is closed to new replies.