- This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago by .
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.
Home › Community Forums › Epik Theme Support › How to change colors in Epik 1.5?
Your background was gray in 1.4.1 but white in 1.5.0
I can help you change it in the Customizer CSS. Which color did you want to add?
In the Style.css file you’ll see this at the top –
body {
/* background-color: #fff; */
background-color: #f2f2f2;
color: #333;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 300;
line-height: 1.625;
margin: 0;
}
I included both background colors in case someone wants the previous color. You could comment out one and uncomment the other.
If you dont want to edit the style.css file then you could add this code above to the Customizer CSS page so that it can override the main CSS.
I wanted the same colors as 1.4.1.
Also, the top menu is now in the widget column. I can add it to the header (where it was) but it coexists in the side column.