 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
March 1, 2016 at 12:14 am #591252Hi, I need to apply some custom CSS just for specific pages. Is a plugin like WP Add Custom CSS (https://wordpress.org/plugins/wp-add-custom-css/) compatible with Enfold? March 1, 2016 at 9:05 pm #591770I actually tried this but it’s not hiding it – .page-id-13 .blog-categories minor-meta { display: none; }March 1, 2016 at 9:19 pm #591776Hi! You can try add some Custom CSS from the themes Options Panel of enfold or using the custom.css file. 
 What fits you better, but we already supply that option!Regards, 
 BasilisMarch 1, 2016 at 9:28 pm #591780Yes I’ll go with specifying the page id instead of the plugin. Is my code above incorrect? I’m trying to hide blog-categories on the home page. March 3, 2016 at 5:28 pm #592728What code should I use for a specific page? March 3, 2016 at 5:48 pm #592744Hi! Please try adding following code to Quick CSS .page-id-13 .blog-categories.minor-meta { display: none !important; }Cheers! 
 YigitOctober 1, 2018 at 7:05 pm #1016722Is it possible to apply custom css to multiple pages at once or do you need separate CSS for each page? For example: 
 .page-id-13 .page-id-14 .blog-categories.minor-meta {
 display: none !important;
 }OR .page-id-13 .blog-categories.minor-meta { 
 display: none !important;
 }
 .page-id-14 .blog-categories.minor-meta {
 display: none !important;
 }October 2, 2018 at 2:46 am #1016821Hi, It would be the following: .page-id-13 .blog-categories.minor-meta, .page-id-14 .blog-categories.minor-meta { display: none !important; }Best regards, 
 Jordan ShannonOctober 14, 2018 at 10:54 pm #1021307Thanks Jordan! Will give it a shot. Cheers! October 15, 2018 at 6:02 am #1021389Hi, Great, please let us know if you should need any further help on the topic. Best regards, 
 RikardOctober 15, 2018 at 6:03 am #1021392Thanks, this worked fine. October 15, 2018 at 6:33 am #1021415Hi, Glad we could help! Please take a moment to review our theme and show your support https://themeforest.net/downloads 
 Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :) Best regards, 
 Vinay
- 
		AuthorPosts
- The topic ‘Custom CSS for a specific page’ is closed to new replies.
