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

    Hello,

    I have created a page of which visibility has been set to “password protected”.
    Now as this works like it should, I would like to change the layout of the “password entry page”.. Now it says, This content is password protected. To view it please enter your password below. I would like a logo in this page, change the text and maybe adjust the box-size..

    I have no experience with codex/ php codes.

    Can anyone help me?

    #781746

    Hey jeroenkwee,
    Try this code in the General Styling > Quick CSS field:

    .page-id-903 .container .av-content-full.units {
        width: 40%!important; 
        padding-left: 50vw!important; 
    }
    .page-id-903 .main_color {
    background-color: #444!important; 
    background-image: url("https://www.galleycuisine.com/wp-content/uploads/2014/07/2016-Logo-Galley-Cuisine-official-200x100-wit.png");
    background-repeat: no-repeat;
    }

    postimage

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.