Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Custom CSS › Reply To: Custom CSS
September 10, 2014 at 3:19 pm
#265
Participant
Hi.
To match the orange background color, add the following code to “Custom CSS” field:
section.page-content.background-black {
background: #F6981E !important;
}
The best dimensions for the logo image would be 138×40. If you want bigger image, you need to modify styles.
In your case it should be:
section#nav-container {
width: 880px;
margin-top: 110px
}
Robert