Site logo

Archived topic

targeting css on page headers only on single posts

1 reply · Started by Christopher on November 6, 2017

Viewing posts 1–2 of 2

Hi there

I am having trouble targeting the page headers only on single posts. I tried this but nothing showing:

.post .page-header-content-wrapper{
     box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
     border-bottom: 5px solid #fff;
}

Any suggest would be great thanks

Instead of .post, try .single.

This archived topic is closed to new replies.