Navbar color change

It’s not working with the CSS codes in this forum. I already changed the color a couple of months ago, I don’t know if that line is interfering now. Here my entire CSS:

CONTENT
TEMPLATES
GLOBAL BLOCKS
OPTIONS
EXIT TO DASHBOARD
CSS
JS

SAVE

GLOBAL JS
RUN
Close
Collapse
HISTORY
Close

Theme Options
Search Options
Stack
Icon
Layout and Design
Typography
Buttons
Header
Footer
Blog
Portfolio
Social
Miscellaneous

1200PX & UP

980PX-1199PX

768PX-979PX

481PX-767PX

480PX & SMALLER
Loading…

GLOBAL CSS
Close
Collapse

138
/
139

140
.wpcf7-form-control {
141
border: 0;
142
}
143

144
.wpcf7-submit {
145
border: 0;
146
padding: 0.75em 2em;
147
text-shadow: none;
148
color: #000000;
149
background-color: #ffffff;
150
}
151

152

153
/

154
// Miscellaneous.
155
/
156

157
.about-first-col-border {
158
border-right: 3px solid #cccccc !important;
159
}
160

161
@media (max-width: 767px) {
162
.about-first-col-border {
163
border-right: 0 !important;
164
border-bottom: 3px solid #cccccc !important;
165
}
166
}
167

168
.vat {
169
vertical-align: top !important;
170
}
171

172
.vam {
173
vertical-align: middle !important;
174
}
175

176
.vab {
177
vertical-align: bottom !important;
178
}
179

180
[class
=“section-bg-overlay”] {
181
position: relative;
182
z-index: 1;
183
}
184

185
[class*=“section-bg-overlay”]:before {
186
content: “”;
187
display: block;
188
position: absolute;
189
top: 0;
190
left: 0;
191
right: 0;
192
bottom: 0;
193
background-color: #000000;
194
opacity: 0.5;
195
z-index: -1;
196
}
197

198
.x-logobar { background-color: #99d8bc !important; }
Additional Subsets

Hello Daniele,

Thanks for writing in!

If you are looking to change navbar background color, please use following CSS under X > Theme Options > CSS:

.x-navbar-inner {
    background-color: #ededed;
    border-bottom: 1px solid #ededed;
}

In case you are looking for change navigation links color then the same can be changed from X > Theme options > Header > Links - Text > Navbar Links and Navbar Links Hover.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.