Comments 2jwill129 started the conversationFebruary 9, 2017 at 11:52pmHow do I add a shadow to the widget title text? 1,899Barry 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,BarryOFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLANQreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating 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,899Barry 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,BarryOFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLANQreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating 2jwill129 repliedFebruary 10, 2017 at 1:29amPerfect! That is exactly what i wanted to do Thank you! 1,899Barry repliedFebruary 10, 2017 at 1:50amYou're welcomeBest regards,BarryOFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLANQreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating 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:
.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,
Barry
OFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLAN
QreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating
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:
.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,
Barry
OFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLAN
QreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating
Perfect! That is exactly what i wanted to do Thank you!
You're welcome
Best regards,
Barry
OFFER FOR ENVATO CUSTOMERS: ONE-YEAR SUPPORT PLAN
QreativeThemes.com | Qreative Header Footer Designer Plugin | Give me a Rating