- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Epik Theme adjust header bar within the 10 styles
Tagged: epik, epik header, epik styles
I really like the 10 different styles of color combinations for Epik. I like the default but want to modify the “header bar” (which the logo is within) that sits above the menu bar. Is this a style location that I can modify in a file?
Yes you can edit the .head-wrap
in your css and that will change the background color that you see.
.head-wrap {
background: #303236;
margin: 0 0 40px;
}
Great! Looks like that changes the main primary menu as well. Is the Main Primary Navigation a option to modify separately in the css? Would love to have only the menu height, say 42 px, be the #303236.
Yes you can do this. Do you have a link?