Home Forums Basel support forum can i get image in background login or sign in or register area

can i get image in background login or sign in or register area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #173124

    gd@divinarebh.com
    Participant

    can i get image in background login or sign in or register area like this example image attached

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

     div.col-login{
        background-image: url(https://woodmartcdn-cec2.kxcdn.com/wp-content/uploads/2015/12/newsletter-new.jpg?id=9309)!important;;
        background-repeat: no-repeat;
    	  background-size:cover;
    }

    Replace the image URL for yours.

    Best Regards

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