Hi, webdoors
You can use below custom CSS. Using it you can set to any font color for the Navigation Menu:
/*Navigation menu color*/
.footer-section .menu a{
color: #13a22f;
}
/*Navigation menu color*/
Let me know did it work!
Thanks
-
This reply was modified 7 years, 2 months ago by
Imraj khan.
Thanks, that worked. How can a take the bullet point that comes with the footer menu?How can I align better to the side?
You can use:
/*Navigation menu remove li style*/
.footer-section .menu a:before{
content: unset;
}
/*Navigation menu remove li style*/
Last two question, 1 – on the footer menu how can I have less space between the Title and the links?
2 – I just add 2 WBR:Info widget to my foot area, I was able to put one icon, but when I try to put fas fa-clock doesn’t work, there is any other way? I was able to insert the phone icon by putting fas fa-phone-square.
Thanks so much
You can use:
/*margin between title and links*/
.footer-section .footer-widget-title {
margin: -8px 0 26px;
}
/*margin between title and links*/
* Decrease the value 26 to reduce more gap
Please create another new ticket for your next query.
Thanks