amandasmadj Posted October 19, 2020 Share Posted October 19, 2020 Hi ! I wanted to add a justify text code to my site, however I would like it not to work on certain pages (home: collection-5f8dbef85ed1fe540ab93777 and works: collection-5e78bac67ad76d5324b213a4). However I can't seem to figure out how to write this in code so that the code doesn't apply to those specific pages. The code I have used is : p { text-align: justify;} Any help is much appreciated ! Thank you ! Link to comment
rwp Posted October 21, 2020 Share Posted October 21, 2020 Use :not() body:not(#collection_________):not(#collection___________) p { Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.