Hey there,
Did you add any custom CSS to the theme? Thanks!
Thread Starter
wirda
(@wirda)
Yes, I’ve add some codes. But the same codes on 2nd web page did not changes.
.red-btn {
background-color: #CA1438;
}
.red-btn:hover {
background-color: #CA1438;
}
.green-btn {
background-color: #224091;
}
.green-btn:hover {
background-color: #224091;
}
.about-us {
background: #787878;
}
.testimonial {
background: none repeat scroll 0% 0% #224091;
}
.zerif-copyright-box {
display: none;
}
.focus-box:nth-child(4n+1) .red-border-bottom::before {
background: #CA1438 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+2) .red-border-bottom::before {
background: #34D293 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+3) .red-border-bottom::before {
background: #224091 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+4) .red-border-bottom::before {
background: #E7AC44 none repeat scroll 0 0;
}
ul.nav > li.current_page_item > a:before {
height: 2px;
background: #000000 !important;
}
a.navbar-brand {
height: 110px;
width: auto;
}
h1.intro-text {
font-size: 60px;
}
Hey there,
Does removing the custom CSS helps? Thanks!
Thread Starter
wirda
(@wirda)
I’ve manage to solve this problem.
With Simple Custom CSS I’ve add
.contact-us .input-box, textarea {
width: 100% !important;
margin: auto;
margin-bottom: 20px;
border-radius: 4px;
}
It worked fine for me. Anyway thanks for your time.