The codes are working. I mentioned the yellow warning points, would that be a problem for the site?
I think this will not be a problem. It seems that there is a space before background-color
. Try to remove that.
nav-container bottom-top 3px does not change.
If any of your CSS code isn’t working you can try to add !important
at the end. For example
.nav-container {
background: #202529 !important;
border-bottom: 1px solid #fff;
position: relative;
z-index: 749;
}
However you might need to be careful since this might overwrite certain other rules and bring up unwanted behaviour in other scenarios. If you want to change a value, feel free to ask for the right code. Alternatively you could look up the right CSS class with the webdeveloper tools of your browser.
Take a look at this screenshot. As you can see the correct class you need isn’t .nav-container
but .has-header #masthead.above:not(.above-solid) .nav-container
.
topbar and contact info mobile phone possible?
Use this CSS
.topbar .tel::before {
content: "\f10b";
font-size: 24px;
line-height: 0;
position: relative;
top: 2px;
}
The icon you sent is from FontAwesome 5.0 which can’t be used with Meteorite. The icons you can use are these from 4.7.