ووردبريس Wordpress كيفية وضع Custom CSS لكل صفحة Post/Page specific custom CSS
elementor Post/Page specific custom CSS - شرح وضع css خاص لكل صفحة من صفحات الموقع
elementor custom css free - elementor custom css for every page - منسق الـ CSS الخاص
أكواد CSS المخصصة تتيح لك إضافة أكواد CSS لأى ودجت، ورؤيتها تعمل مباشرة داخل المحرر
Change CSS/formatting on specific page, but not pages in general
WordPress: Customize the CSS for specific pages or posts
How To Use Custom CSS on Specific Pages in WordPress

-----------------------------------------------------
الطريقة الاولي من خلال CSS
-----------------------------------------------------


If you look at the page source, you'll see that <body> has been given a class page-id-1199
You can use that in your stylesheet to specify styles for that page alone.

كود:
.page-id-41 #map { /* custom styles */ }
لكل صفحة لها id خاص بها يمكنك معرفته من خلال source page

-----------------------------------------------------
الطريقة الثانية من خلال اضافة Post/Page specific custom CSS
-----------------------------------------------------



عند عمل edit لاى صفحة هتجد فى الاسفل Custom CSS خاص بها فقط

رابط الاضافة

https://wordpress.org/plugins/postpa.../#installation