- This topic has 3 replies, 3 voices, and was last updated 9 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Homepage slider text
Hi!
How can I change my homepage slider titles to be non-uppercase and italic and decription fields to be non-italic?
http://zlapanewkadr.pl/
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
div.slide-title { text-transform:capitalize; font-style:italic;}
.slide-description { font-style:normal;}
Regards,
Shri
Thank you, alorst, but not exactly what I wanted to get. Now all the words are capitalized.
I have something like this:
“This Is Just A Sample Sentence.”
and I want”
“This is just a sample sentence.”
Hi Kamil,
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
div.slide-title{text-transform:none !important;}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]