Hey, really thanks for the reply. I go to Appearance -> Editor – > Style.CSS
I tried to change some value as you suggested but in vain, because there are few lines stating about site-logo and also menu-primary, do I need to edit the existing one or just add the codes that you posted? Sorry, I am really new to CSS coding
Here is the CSS codes under header section:
/* Header */
.site-top-content {
padding: 6px 24px;
background: #403f3f;
font-size: 0.875em;
line-height: 1.71429em;
text-align: right;
}
.site-header {
background: #b23d3c;
color: #fff;
}
.site-logo {
display: block;
margin: 0 auto;
width: 314px;
max-height: auto;
}
.site-description,
.site-title {
text-align: center;
}
.site-description {
display: none;
margin-top: -14px;
margin-bottom: 24px;
color: #757575;
font-weight: normal;
font-size: 0.875em;
line-height: 1.71429em;
}
.site-title {
margin-top: 24px;
padding-bottom: 13px;
color: inherit;
}
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
color: inherit;
}
.header-image {
display: block;
}
.header-image img {
display: block;
margin: 0 auto;
width: 100%;
}
/* Content */
.site-content {
position: relative;
background: #fff;
}
.breadcrumbs-wrapper {
padding-top: 24px;
padding-bottom: 24px;
background: #f1f0f0;
}
.entry-breadcrumbs a {
position: relative;
margin-right: 20px;
}
.entry-breadcrumbs a:after {
content: ”;
display: block;
position: absolute;
top: 50%;
right: -12px;
margin-top: -4px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #242424;
}
/* Featured Page Area */
.has-quinary .featured-page-area {
position: relative;
border-bottom: 2px solid #d2cfcf;
}
/* Grid Area */
.content-wrapper + .grid-area {
border-top: 2px solid #d2cfcf;
}
/* Footer Widget Area */
.footer-widget-area {
background: #f1f0f0;
}
/* Footer */
.site-footer {
background: #403f3f;
font-size: 0.875em;
line-height: 1.71429em;
}
.site-info {
padding: 24px 0;
}
what do you think?