Site logo

Archived topic

Background shadow in post title like dispatch

3 replies · Started by Jagdish on June 11, 2019

Viewing posts 1–4 of 4

I want Background shadow in post title like dispatch theme. If I use background overlay, shadow is on all of the image. Please help.

Hi there,

You are referring to the page hero I assume?

Dispatch is using this CSS:

.page-hero.overlay {
    -webkit-box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Make sure you add overlay as a custom CSS class for the page hero:
https://docs.generatepress.com/article/header-element-overview/#element-classes

Let me know :)

Thank you Leo. That was perfect.

No problem :)

This archived topic is closed to new replies.