Headline at ImagesShow needs a border or drop shadow

January 2012 WordPress Theme
GK User
Fri Mar 18, 2016 1:14 pm
Hi,

at http://www.luftschubser.de I set the imageshow with contains white colored headlines. Sometimes the image at behind the headline serves a rather light or white background, so the headline is badly readable.
So, I thought, borders or better: a drop shadow would solve that problem. How can I solve that. Or do you have another solution?

Thanks a lot!
User avatar
Senior Boarder

Joshua M
Sun Mar 20, 2016 11:05 pm
Hi,

You can add a shadow to your text by adding the following custom css code:
Code: Select all
.gk-is-wrapper-gk-game figcaption p,
.gk-is-wrapper-gk-game figcaption h2 {
   text-shadow: 1px 2px 3px #444;
}
User avatar
Moderator

GK User
Mon Mar 21, 2016 11:10 am
It works quite good. Thanks a lot!
The Headline now has a shadow. Is that also possible for the subheadline?
Have a look at the attachment. The subheadline is still badly readable.

Thx!
User avatar
Senior Boarder

Joshua M
Tue Mar 22, 2016 9:03 am
Please change your code into:
Code: Select all
.gk-is-wrapper-gk-game figcaption p,
.gk-is-wrapper-gk-game figcaption a,
.gk-is-wrapper-gk-game figcaption h2 {
   text-shadow: 1px 2px 3px #444;
}
User avatar
Moderator

GK User
Tue Mar 22, 2016 9:20 am
Thanks a lot!
It's working excellent!
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.