FIND CODE Wordpress : Disable Comment Section .comments-area, .comment-respond, #comments { display: none !important; } YouTube Channel Subscription Link www.youtube.com/channel/channel-ID?sub_confirmation=1 Or www.youtube.com/@channel-handle?sub_confirmation=1 Wordpress: Increase File Upload Size In php file upload_max_filesize = 64M post_max_size = 64M max_execution_time = 3000 Force https:// : Website Domains In .htaccess file RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Wordpress : Increase File Upload Size In .htaccess file php_value upload_max_filesize 64M php_value post_max_size 64M; php_value max_execution_time 300 php_value max_input_time 300 Wordpress Elementor: Hide Border in Menu a:active, a:focus { outline: 0 !important; border: none !important; -moz-outline-style: none !important; }