Font type and sizes of Anspress to follow the Theme’s defaults

4.44K viewsThemes
0

While Anspress works extremely well with my theme (100% responsive theme and Anspress), the font sizes and type is completely different.

How easy or hard is to make Anspress to use the default fonts and sizes ?

Thanks

1

Hi,

Its very simple. Simply add override.css and add rule for:

#anspress{
    font-family: YOUR_FONTS;
    font-size: 15px;
    // And more...
}
commented on answer

where should we put that css codes?

@Justin in Anspress theme css folder as overrides.css

You are viewing 1 out of 2 answers, click here to view all answers.