• Resolved nikitabruk

    (@nikitabruk)


    Hi!
    For some reason css doesn’t work on password protected page. I tried with chrome console and everything is okay but as soon as I add it to my custom css – nothing happens.

    Hope you can help me with this one!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Muhammad Usama

    (@usamaazad99)

    Hi @nikitabruk ,

    Thank you for contacting us. I hope you are doing well.

    Please use the following snippet for custom CSS. Just add this snippet to your active theme functions.php file:

    add_action('password_protected_enqueue_scripts', 
    function() {
    echo '<style>
    // Enter your custom CSS
    </style>';
    }
    );

    Let me know if you have any further issues. Feel free to ask. we are always here to help you.

    Thanks & Regards,
    WP Experts Support Team

    Plugin Support Muhammad Usama

    (@usamaazad99)

    Hi @nikitabruk ,

    Due to a lack of activity, we assume your issue has been resolved by the provided snippet. We will mark this ticket as resolved. Feel free to open a new ticket for any other issues.

    Have a great day!

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