How do I change the font size on my footer headers? Broadcast Theme

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

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
.footer__block__title {
    font-size: 16px;
}
1 Like