How do you change the colour of the menu name in the footer ( Widget column 1 and 2 in the footer ). At the moment you can see it is a grey colour, but i am wanting white as the links are below it.
site is, http://www.allaspectmechanicalservices.com.au
I suspect there is a css line of code for this? I cant find any option in the enfold theme backend.
This will be greatly appreciated if you can help.
Thanks, from a kangaroo in wombatland.
Hi!
This will do it:
#footer .widgettitle{
color: white !important;
}
Note that in 2.7 we introduced a new Styling window that let you do these changes easier:
Best regards,
Josue