Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

CSS for text shadow on blog photo links

Home / Forums / Ascend Theme / CSS for text shadow on blog photo links

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme

Tagged: 

November 14, 2019 at 8:54 am

I’m working on this website:

…using the Ascend theme. I’m trying to drop a simple text shadow onto the post titles that appear over the photos in the Latest Posts module in order to make them more readable when the photo has a light background. I have tried applying the following code:

.blog_photo_item a.photo-post-link {
text-shadow: 2px 2px 8px #000000;
}

…and several variations, but I can’t seem to get the selector right. Any help?

  • The forum ‘Ascend Theme’ is closed to new topics and replies.