Changing font styles in Widget Footer 1, 2, 3

Posted in: Newspaper
Post count: 18

Is there a way to change the font that is placed in the Footer 1, 2, 3 widgets is the best way to describe the area.

It appears that it is possibly ‘.widget_nav_menu’ looking at the source code html.

I would like to bold it but I can’t see anyway of being able to change it in the theme panel.

Appreciate your help.

Post count: 20688

Hi,

You could try a code like this to make the menu items in the footer bold
https://www.screencast.com/t/0BqFVFn6F
This is the code used, you must enter it in Theme panel->Custom Css

.td-footer-wrapper
.widget_nav_menu a {
font-weight: bold;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.