Page titles
-
I would like my page titles to sit below the featured images.
Currently, there is a large gap between image and the start of the text.The blog I need help with is: (visible only to logged in users)
-
Hi there, this does take a good bit of code as we have to override some original Media Queries. In the last rule below, I set the color of the title to the same as the content text and deleted the text shadow.
.entry-hero-wrapper { position: relative; bottom: -100px; padding-top: 0; padding-bottom: 0; } @media screen and (max-width: 1019px) { .hentry { padding-top: 6em; } .entry-hero-wrapper { bottom: -100px; } } @media screen and (max-width: 895px) { .entry-hero-wrapper { bottom: -100px; } } @media screen and (max-width: 767px) { .entry-hero-wrapper { bottom: -80px; } } @media screen and (max-width: 599px) { .entry-hero-wrapper { bottom: -80px; } } .entry-hero-wrapper .entry-title { color: #646a70; text-shadow: none; } -
You are truly wonderful. Thank you so very much. That is just the icing on the cake for me.
-
-
-
@gillserburke, I do not see any sites associated with your username here at WordPress.com. Can you give us a link to the site you are talking about?
- The topic ‘Page titles’ is closed to new replies.