Comments 2jwill129 started the conversationFebruary 9, 2017 at 11:52pmHow do I add a shadow to the widget title text? 1,710Barry repliedFebruary 9, 2017 at 11:57pmHi,This will be possible if you add the following to Appearance > Customize > Theme Options > Custom CSS: .content .custom-title, .content .widget-title { text-shadow: 0 1px 2px #000; }You can change the text shadow to your own needs. Maybe this will come in handy: https://css3gen.com/text-shadow/Best regards,BarryQreativeThemes.com | WordPress Themes 2jwill129 repliedFebruary 10, 2017 at 12:14amGreat thanks, is there a way to get it to only work on the second word of the widget title and leave the first word alone. 1,710Barry repliedFebruary 10, 2017 at 12:25amNot specifically for the 2nd word in the widget title (if the title is longer than 2 words), but only for the rest of the title and the first word not or vice versa.Combing the previous CSS and the remove the shadow for the first word: .content .custom-title, .content .widget-title { text-shadow: 0 1px 2px #000; } .content .custom-title span.light, .content .widget-title span.light { text-shadow: none; } Best regards,BarryQreativeThemes.com | WordPress Themes 2jwill129 repliedFebruary 10, 2017 at 1:29amPerfect! That is exactly what i wanted to do Thank you! 1,710Barry repliedFebruary 10, 2017 at 1:50amYou're welcomeBest regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
How do I add a shadow to the widget title text?
Hi,
This will be possible if you add the following to Appearance > Customize > Theme Options > Custom CSS:
You can change the text shadow to your own needs. Maybe this will come in handy: https://css3gen.com/text-shadow/
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Great thanks, is there a way to get it to only work on the second word of the widget title and leave the first word alone.
Not specifically for the 2nd word in the widget title (if the title is longer than 2 words), but only for the rest of the title and the first word not or vice versa.
Combing the previous CSS and the remove the shadow for the first word:
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Perfect! That is exactly what i wanted to do Thank you!
You're welcome
Best regards,
Barry
QreativeThemes.com | WordPress Themes