• Resolved johnplanetz

    (@johnplanetz)


    I didn’t want to go to all the trouble of making an entire custom theme, just to change the font. So I added some custom CSS in “Appearance>Customize>Custom CSS” to tweak the font to Open Sans, size 18:

    #slb_viewer_wrap .slb_theme_slb_default .slb_data_title,#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family:’Open Sans’, arial, sans-serif !important;
    font-size:18px !important;
    }

    Hope this helps!
    -John

The topic ‘Change title font using CSS’ is closed to new replies.