Hi. I’m using the Broadcast theme and I’m trying to remove or reduce the size of the footer menu titles.
Hi @Eartha ,
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.css ->paste the below code at the bottom of the file.
.footer__block__title {
font-size: 16px;
}
1 Like
