Hello,
You can add the following CSS to “Custom CSS” section in theme customizer
.main-navigation ul { text-align: center; }
.main-navigation li {
float: none;
display: inline-block; }
.home-video-area { display: none; }
#footercontainer,
.footer-wrap
{ background: your-background-color; }
Or you can upgrade to the Pro version it comes with direct options to enable/disable Home text and video sections, more color schemes and center aligned navigation.
Hi,
I tried to customize a little bit more the main navigation but I’m a little bit lost the result was not as expected, there is something I’m missing?
.main-navigation li a:hover {
backgroun-color: #da313c;
color: #fff;
}
.main-navigation ul li {
border-right: 1px solid #fff;
text-align: center;
}
Thanks again