Hi,
I would like to center the footer menu on the page I’m currently building.
And is there a way to display “Copyright” in black?
Any help is appreciated.
Best regards
Ilona
Hey Ilona,
Please try the following in Quick CSS under Enfold->General Styling:
#top #footer ul#menu-fussmenue {
display: table;
margin: 0 auto;
width: auto;
}
#top #footer ul#menu-fussmenue li#menu-item-841 a {
color: #000;
}
Best regards,
Rikard
Thank you very much, Rikard! It works great!
I’ll probably be back with a few more issues…