WPIntell

Source evidence

Custom CSS for Password page

Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content · support · 2024-07-03T15:18:00+00:00

mixedsentiment
mediumseverity
0.78relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 25 rows with source links

12.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nikitabruk resolved
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] 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 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!

Comments

2 shown
Muhammad Usama Azad 2024-07-04T10:21:00+00:00

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

Muhammad Usama Azad 2024-07-24T08:52:00+00:00

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!