• Resolved webdoors

    (@webdoors)


    Hi,

    I inserted a menu on my footer area,how can I customise it?Like changing font color etc…

    • This topic was modified 7 years, 2 months ago by webdoors.
    • This topic was modified 7 years, 2 months ago by webdoors.
Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.
    Thread Starter webdoors

    (@webdoors)

    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*/
    Thread Starter webdoors

    (@webdoors)

    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

    Thread Starter webdoors

    (@webdoors)

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Menu customisation’ is closed to new replies.