text shadow

Posted in: Newspaper
Post count: 12

Hi,
I would like to add text shadow just on this block at homepage / 1 row (https://www.screencast.com/t/mFvQ9yBauEOE).
We are using BIG GRID 4, MODULE MX5.
I am having a problem to find css selector for this.
Please help me, THANK YOU

Post count: 23312

Hello valkiradoo,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_mx5 .td-big-grid-meta a{
text-shadow: 2px 2px 8px red!important;
}

The result is here -> https://www.screencast.com/t/Q9hk0f4G

You can change the code value with your desired.

Thanks.

Post count: 12

tnx!!!

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