 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
February 18, 2018 at 8:02 pm #913994Hi, 
 I want to disable the uppercase title of blog posts. I looked through the theme settings but did not find anything.
 How can I do?
 ThanksLuigina February 18, 2018 at 9:55 pm #914035Hey neonlights79, Please add the following code .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: uppercase !important; } and let us know if that works out for you. Best regards, 
 BasilisFebruary 19, 2018 at 10:36 am #914184Hi Basilis, 
 the code does not work, why?Thanks Luigina February 19, 2018 at 4:07 pm #914347Hi, Can you try this css code: .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none !important; }Let us know if thie helps. Best regards, 
 NikkoFebruary 19, 2018 at 4:52 pm #914385Hi Nikko, 
 I tried this code and it’s works fine only in the home page.
 Is it possible to disable the uppercase title of single blog posts?Thanks Luigina February 19, 2018 at 5:07 pm #914394Hi, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: .html_elegant-blog #top.single .post-entry .post-title { text-transform: none; }Best regards, 
 YigitFebruary 19, 2018 at 6:12 pm #914438Hi Yigit, 
 the code that you give me works fine but I have other page where I collect the posts of some categories and the titles of the posts appear in uppercase.
 How can I transform all titles in lower case?
 ThanksLuigina February 19, 2018 at 6:28 pm #914446Hi, Perhaps try just the following: .post-title { text-transform: none; }If this doesn’t work please link us to the page you mentioned above. Best regards, 
 Jordan ShannonFebruary 19, 2018 at 9:49 pm #914556Hi Jordan, 
 the code does not work.Take a look to my blog site February 20, 2018 at 3:51 am #914643Hi, Try adding this one also: #top .post-title { text-transform: none !important; }if that doesn’t work on other post or pages, please give us the link so we can check. Best regards, 
 NikkoFebruary 20, 2018 at 10:48 am #914775Hi Nikko, 
 now work fine.
 Thanks so muchLuigina February 20, 2018 at 11:08 am #914785
- 
		AuthorPosts
- The topic ‘disable uppercase’ is closed to new replies.
