-
afuente
Hello,
I use an element for the 404 page. Works ok.
I also use a diferent color on the header of some pages with this easy code
body.page-id-2393 .header-wrap .site-header,
body.page-id-3 .header-wrap .site-header,
body.page-id-47 .header-wrap .site-header,
body.page-id-2425 .header-wrap .site-header,
body.page-id-166 .header-wrap .site-header {
background-color: #142235;
}What I need, is to use this header on the 404 page. I write de id (166) but it doesn´t work.
Would it be possible?
Thanks
Angel -
Hi there,
you can use this selector for the 404 page.
body.error404 .header-wrap .site-header
-
afuente
thanks David. As always, great tip 😉
-
Glad to be of help
-
afuente
Hello again,
now, I want to make the same (use this header background) on the whole blog and it´s entries.
Is it possible?
Thanks again
angel -
afuente
I did it. thanks
Angel -
Glad to hear that!
- You must be logged in to reply to this topic.