How to change colors in Epik 1.5?

Homepage Community Forums Epik Theme Support How to change colors in Epik 1.5?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23909
    Thomas
    Customer

      Your background was gray in 1.4.1 but white in 1.5.0

      #23912
      Wes
      Moderator

        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.

        #23913
        Thomas
        Customer

          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.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.