Override Font Caps

QuestionsCategory: CustomizationOverride Font Caps
Rachel Hampton asked 5 years ago

Hello! Is there any way to override the capslock on certain font sections? Specifically, the line “WELCOME” in the about message on Hello Blush? 
 
***I’m not super techy at all so more details would be helpful!! 
 
Thanks! Rachel

2 Answers
Support Team Staff answered 5 years ago

Yes.  Go to Appearance > Customize > Additional CSS and add this
 
.image-section-1 h1 {
text-transform: none !important;
}
 
That will remove the uppercase on that WELCOME section.  Let me know if there are others that you would like it gone from.

Rachel Hampton replied 5 years ago

Thank you! This worked well for me! One, slightly unrelated questions. I had been editing this theme for my business site on my blog wordpress until my business domain was release by another host. I though I could use the duplicator plug in to upload the edits on the new business WP account, but it is not working. When I originally went to duplicate the site, it showed a “notice” on one of the options, but I proceeded the way the app said. Do you know when I should reupload the theme? I have siteground hosting now and I’ve uploaded it to the public html multiple times but nothing seems to be happening.

Support Team Staff answered 5 years ago

You may need to contact your host and find out why it is not working.  It should be as simple as copy/pasting over the theme file to the new spot.