HV-Podium One theme feature request

I recently bought some more great themes from Henk Vrieselaar - Podim and Podium One and I’m using the bgStretcher 2 stack for a background image slideshow. It would be great if there was a feature to add a drop shadow effect behind the Title and Slogan, thus making the text more visible when using light and dark images in the same slideshow.

I’d like to congratulate Henk for his continued commitment to great theme development, but what sets him apart is his 1st class after sales service and his willingness to help us non-coders get the most out of his themes. Thanks Henk! :grinning:

+1
I have 3 or 4 themes from Henk and I share Garymac’s high opinion about both the themes and the customer service. The same goes to TsoojMedia which partners with Henk Vrieselaar. :hand:

1 Like

Hi Gary,

Sorry for the late reply. You can add a text-shadow to the Title and Slogan with this in the Custom CSS:

#pageHeader h1, #pageHeader h2 {text-shadow: 0 1px 0px rgba(0,0,0,0.50); }

Or a bit more:

#pageHeader h1, #pageHeader h2 {text-shadow: 0 2px 1px rgba(0,0,0,0.50);}

Many thanks for this Henk! I just took advantage of your Anniversary Sale 2015 today to purchase Foton2 and ELITE. So I’m looking forward to using these on some future projects. Congratulations on another great theme development year!

best regards,
Gary

1 Like