Post title block modules

Posted in: Newsmag
Post count: 115

Post title block modules – how can I change font type and font size.?

Thanks in advance.

Post count: 23312

Hello Frydenborg,

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

The code is ->

.td-module-title{
font-family:arial;
font-size:20px!important
}

The result is here -> http://screencast.com/t/VEBWjPPVadI8

Thanks.

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