Archived topic
Personalized menu in Widget footer area
1 reply · Started by Christoph on August 26, 2017
Viewing posts 1–2 of 2
Hi, hello, I added a "personalized menu" in the "Widget footer area1" see here: http://www.7diasfindesemana.com/wp-content/uploads/2017/08/generatepress-widgetarea.jpg
How can I edit fontsize etc. ?
There's no specific settings for those widgets only, but you can use some CSS:
.footer-widgets .menu li a {
font-size: 15px;
}
This archived topic is closed to new replies.