Hi tagdiv folk,
trying to add a small drop shadow to the h1 title for the style 6, to get the text to pop off the background big photo a little for legibility; I did this previously on Newspaper, and didn’t save the CSS to do same thing with Newsmag, and can’t quite get syntax right.
Trying to do something like
.template6-header .h1 .entry-title {text-shadow: 2px 2px 4px black}
And I am obviously brain dead on getting that right.
Sorry to bother 🙂
-
This topic was modified 11 years by
simchris.
Hi,
Please use it like this: http://screencast.com/t/44xxgkdgo4u
.template6-header .entry-title {
text-shadow: 7px 7px 7px red;
}
Hope this helps, just change then values and color as you like.
Thanks
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Lucian.
okay, for anybody else needing to do this for post style “4”
this seems to work
.td-post-template-4 .entry-title {text-shadow: 2px 2px 4px black}
(CORRECTION)
WHOOOOOPS!
this adds the shadow to all the related story titles, too …. (doh!)
CORRECT CODE:
.td-post-template-4 header h1 {text-shadow: 2px 2px 4px black}
-
This reply was modified 11 years by
simchris.
examples on post style 6
http://ga-ga.com/2193/mt-ashland-oregon-welcomes-major-snowstorm-after-first-snows-ceremony-to-end-drought/
and post style 4
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
I would almost go so far as to “suggest” that some kind of shadow on the H1 tags for both of these templates might be a nice “default” even if set as 1px 1px 3px black .
