Font in Sidebar

Posted in: Newspaper
Post count: 5

Hi,

Do you know how to change font in smartsidebar?

Post count: 22421

Hello,
The fonts are changed based on the module itself, not the section it is added to. Please provide more details to exactly what font you want changed in the sidebar
Thank you!

Post count: 5

Hi, for example for this sidebar : http://prntscr.com/ek8f75
what module belongs to that sidebar?

Thanks

Post count: 23312

Hello alzlpco,

If you want to change the font for this section, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.widget_recent_entries li{
font-family:Arial!important;
}

Notice that the font which will be changes should have to be loaded in Theme panel/in source file of theme.

Thanks for your understanding!

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