Archived topic
Background color in leave a comments
4 replies · Started by Diogenes on October 21, 2018
Viewing posts 1–5 of 5
Hi.
It would be possible to add a background color to the space it takes to enter comments of the post.
From the end of the comments until before the start of the footer.
[img]http://img.fenixzone.net/i/4MhUD72.png[/img]
I would appreciate any help.
Is it possible to do this?
Thanks for your help.
Hi there,
You could try something like this:
#respond {
position: relative;
}
#respond > * {
position: relative;
z-index: 2;
}
#respond:after {
content: "";
position: absolute;
top: 0;
right: -100vw;
bottom: 0;
left: -100vw;
background: red;
z-index: 1;
}
I work perfect.
Thanks tom.
You're welcome :)
This archived topic is closed to new replies.