• Resolved camillawalberton

    (@camillawalberton)


    I cannot find a way to change the actual font type on a slider (e.g. to Arial, Calibri etc). The default font is not quite in keeping with our website text style, and I would like to change it. Any ideas how I would do this please? Thanks

Viewing 1 replies (of 1 total)
  • MetaSlider will just inherit your site’s font face. The pro version has the ability to change font face using the Layer Slide feature.

    You can still do this with the free version by applying custom CSS to you site. Adding the code below will change the slider’s font to arial.

    .metaslider {
    	font-family: arial;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change font type’ is closed to new replies.