Homepage › Community Forums › Aspire Theme Support › Customize navigation menu and footer › Reply To: Customize navigation menu and footer
Thank you so much,
I followed all the directions and it works. There’s only two clarifications.
I removed and then added the code in my CSS customizer like you suggest, but in the navigation menu I want change not only the color but the font-size and font-weight.
I try to add that two line like this:
.front-page .genesis-nav-menu > .menu-item > a {
color: #000;
font-size: 17px;
font-weight: 700;
}
But it changed the font size and weight only in my homepage. I want to change it in all my site.
2 – Now I have the footer centered but the icons of my socials appears in vertical and not in horizontal.
This is the text I put in the widget footer 3:
<a href="https://www.facebook.com/comizzolistefano/" rel="noopener" target="_blank"><div class=“center-content"><i class="fa fa-facebook" style="font-size:50px;color:#fa5738;"></i></div></a>
<a href="https://www.instagram.com/stefanocomizzoli/" rel="noopener" target="_blank"><div class=“center-content"><i class="fa fa-instagram" style="font-size:50px;color:#fa5738;"></i></div></a>
<a href="https://plus.google.com/u/0/+StefanoComizzoli" rel="noopener" target="_blank"><div class=“center-content"><i class="fa fa-google-plus" style="font-size:50px;color:#fa5738;"></i></div></a>
<a href="https://www.youtube.com/channel/UCtfsxNcvv07bGzmShzxA5Dw" rel="noopener" target="_blank"><div class=“center-content"><i class="fa fa-youtube" style="font-size:50px;color:#fa5738;"></i></div></a>
<a href="https://twitter.com/stecomizzoli" rel="noopener" target="_blank"><div class=“center-content"><i class="fa fa-twitter" style="font-size:50px;color:#fa5738;"></i></div></a>
Thanks in advance for your help.
