Header with color gradient
Hallo
i have a question.
Is it possible to give the header and the footer a color gradient?
I try this code and it works but its not the main header.
#Header { background:linear-gradient(to left, navy, green)}
Here is a picture of the area i mean: http://s0.dealhero24.de/header/
And i have another question.
Have you a list with all selectors or where can I find it?
Sincerely,
Max
i have a question.
Is it possible to give the header and the footer a color gradient?
I try this code and it works but its not the main header.
#Header { background:linear-gradient(to left, navy, green)}
Here is a picture of the area i mean: http://s0.dealhero24.de/header/
And i have another question.
Have you a list with all selectors or where can I find it?
Sincerely,
Max
Comments
we are sorry but we do not have any solution to set gradient for header or footer sections.
Thanks!
This works
#Top_bar, #Header_creative, #Top_bar #menu { background:linear-gradient(to left, navy, green)
}
And i cant find any part in the css file that can change the color.
Why it does not work after the update?
I dont know why but i have to put the code in custom css to the top and then it works.