This topic contains 2 replies, has 2 voices, and was last updated by Norb Way 11 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
TemplatesNext › Forums › Free Themes › i-max Support › Header color other than the rest
This topic contains 2 replies, has 2 voices, and was last updated by Norb Way 11 months ago.
Hello and many thanks for this great free theme.
I’m not used to edit templates this far, I’m only able to find some things with Firebug and then edit the shown file (in child themes).
Here is what I have:
And this is, what I want:
As the color for the header is set in “frixtender.de” and not “style.css” I’m not able to change it with my knowledge.
Can someone give me a hint, how to do that?
You do not need a child theme, try adding the following lines in “Appearance” > “Customize” > “Layout Option” > “Additional Style”
.site .iheader {
background-color: #dd3333!important;
}
Change the color code according to your choice
Thank you very much, the “!important” made the difference.
And I think I need a child template, because of this: https://wordpress.org/support/topic/tags-categories-below-content?replies=3
Can you give a hint here, too?
You must be logged in to reply to this topic.