Reply To: Default Font and changing it to Book Antiqua

Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Default Font and changing it to Book Antiqua Reply To: Default Font and changing it to Book Antiqua

#16020
Anonymous
Inactive

Hi Roland,

Please add the following css to fix the issue:

.blog article p {
    font-size: 17px;
}

Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

Thanks