border of the login/signup form and the contact form

Hello,

I want to add border for the login/signup form and the contact form.

And I also want to change the background of the contact page from pink to white.

What should I do?

Thanks very much!


Comments

  • Hello,

    1) Please go to Betheme -> Theme options -> Colors -> Forms, and there you will be able to add and customize the border for your contact form.

    2) Please put the following code in the Custom CSS area for the contact page.

    #Content{
       background-color: #fff!important;
    }
    

    Thanks

Sign In or Register to comment.