How to change the shadow color of the header on fancy text box with picture?

Posted in: Newspaper
Post count: 37

The second header gives you a white text color and a light Grey shadow, however depending how your screen settings are it is almost invisible, so I wanted to deepen the shadow color, but there is no option available.

Any suggestion for this?

Thanks.

Post count: 22421

Hello,

Please use this code in your custom css box:
.td_block_fancy_text .tdm-fancy-title2{
text-shadow: 2px 8px 27px rgba(0, 0, 0, 0.81);
}

You can change the values of the color to get different results. The 0.81 is the opacity. it goes from 0 to 1 so smaller values will make it more transparent.

Thank you!

Post count: 37

Hello Bogdan,

Thanks a lot for your support. Should I create a Child theme as this is change to the CSS base code?

Do I need to create the Child theme before I add your CSS code or after?

Thanks a lot 🙂

Post count: 20688

Hi,

No need to create a child theme for simple theme customization. That is why the theme has the custom code sections in the theme panel
https://www.screencast.com/t/Iotpalkd
Code entered in any of these sections will not be lost after a theme update, so ther will be no risk of losing it. So simply enter the code in the Custom CSS box and save. The code will apply to the element.
If you want to learn more about child themes see this guide
http://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Post count: 37

Hi Simion,

Many thanks for the help, you Rock! This helps a lot. We learn everyday something more. Keep up the good help. Maybe seeing you at my next post question I have?

Probably CSS change question? Will be cool to hear how you can help me.

Thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.