Home › Forums › All Other Themes › Remove Uppercase Titles
- This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 30, 2016 at 9:35 pm #54484
how do I remove the forced uppercase titles on the home page and take it back to Title Case?
http://www.gentleorganizer.thefactorsofm.com/December 1, 2016 at 5:25 am #54508Hi Paloma,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#footer .footercols1 h3{text-transform:capitalize !important;}
Regards,
BradDecember 1, 2016 at 6:21 pm #54585But it is not the footer, it’s the entire website, more specifically, the home page sections. I managed to change text-transform:capitalize !important; to text-transform:inherit!important; on the blog posts section of the home page but I want it gone in General. I don’t want any titles, anywhere on the site to be forced to capitalize.
I want regular sentence case or title caseDecember 2, 2016 at 9:56 am #54625Hi Paloma,
Kindly go to Appearance>>Editor and find uppercase and replace it with capitalize.
Regards,
BradDecember 3, 2016 at 4:54 pm #54715ok so I did that. Replaced all instances of text-transform:uppercase !important and text-transform:inherit !important to text-transform:capitalize !important.
However, as you can see in this screen shot, in testimonials, the title is still in uppercase.Like I have mentioned before, when I try to change anything with which header to use h4 and h6), it goes crazy on me. formatting gets all messed up.
here is what is in the style sheet, all still generic besides text-transform:
.testimonial-box{padding:7%;line-height:30px;clear:both;position:relative}.testimonial-inforarea h6{margin-bottom:5px; margin-top:35px; display:inline-block; }.testimonial-thumb{float:left;}.testimonial-thumb img{margin-right:20px; margin-top:25px; border-radius:100%;}.testimonial-inforarea h6{ text-transform:capitalize;}.testimonial-box h4{ height:150px; overflow:auto; margin:0; padding:0;} .testimonial-inforarea > span {text-transform:capitalize; color:#ff8a00; box-sizing: border-box; display: table;}.testimonialrow{margin-left:-15px;margin-right:-15px;clear:both}.tstcols1{width:97.5%;text-align:left;float:left;margin:0 0 1%;padding:0 15px}.tstcols1 .testimonial-box{padding:2%}.tstcols2{width:50%;text-align:left;float:left;margin:0 0 1%;padding:0 15px;box-sizing:border-box}.tstcols2 .testimonial-box{padding:4%;min-height:90px}.tstcols3{width:33.333%;text-align:left;float:left;margin:0 0 1%;padding:0 15px;box-sizing:border-box}.tstcols3 .testimonial-box{padding:10% 8%;min-height:130px}.tstcols4{width:25%;text-align:left;float:left;margin:0 0 2.6%;padding:0 15px;box-sizing:border-box}.tstcols4 .testimonial-box{padding:8%;min-height:190px}.testimonial-inforarea{text-align:left}.testimonial-inforarea i{margin-right:5px}.testimonial-inforarea h6{display:inline-block;margin:30px 0 5px; text-transform:capitalize!important}.testimonial-box:after{content:”;position:absolute;top:100%;left:8%;margin:0 auto;width:0;height:0;border-top:solid 12px;border-left:solid 12px transparent;border-right:solid 12px transparent}
Q2: is there any way to add arrows to the testimonial area on the home page?
December 5, 2016 at 6:19 am #54784Hi Paloma,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Where do you want the arrows?
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.