Okay
  Public Ticket #330871
Styling Options for "this site ist password protected" template
Closed

Comments

  •  1
    Sandra started the conversation

    Hi,

    are there any options to style the template which is shown, when a site ist passwort protected? 

    The default styling doesn't look good at all (see image)

  •  8,454
    Tahir replied

    Hey!

    Can you provide the page url and what exactly you need styled so i can write custom css. 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Sandra replied

    Hi,

    great! Thank you! That's the URL: http://frau-skroblies.com/louie-lou/

    - The text "Dieser Inhalt ist passwortgeschützt..." seems to be above the main-navigation at the moment. So they should switch places. Furthermore, the text should be a <h2> and should have an appropiate margin, I think 50px would do. 

    - The Navigation should be forced to look like in the scrolled version (white background, dark logo,..) 

    - The Button "senden" unter the form should have a margin of 30px // or even better: the inputfield, title of inputfield & button styles should be identical to the normal contact-form of the theme

    Again, thank you very much!

  •  993
    ThemeNectar replied

    Hey! This seems to be a bug with the page setup you have behind the password protection - if you have a page header or nectar slider where you're allowing the transparent effect - Add this into the custom css box located in your Salient Options panel to make it better for now:

    .post-password-form {
      margin-top: 85px!important;
    }
    .post-password-form input[type=submit] {
      margin-top: 20px;
    }