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

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #16019
    Roland
    Member

    Hi:

    I’d like to change the default font on Celestial 2.7 (and or the child theme) to display book antiqua. Can you please walk me through this process?

    Thank you,

    ~Roland

    #21170
    Shekhar Bhandari
    Participant

    Hi Roland,

    Please follow through this video tutorial, it will help you to setup fonts as you like.
    https://www.youtube.com/watch?v=aBbG5OvudHQ

    Thanks.

    #21175
    Roland
    Member

    Can it be done without a plugin?

    #21223
    Shekhar Bhandari
    Participant

    Hi Roland,

    Sorry for the delay, It will be hard for you to do without plugin, you need to hardcode the css and enqueue so we suggest you to use the plugin itself which will save your time as well as you can get lots of options.

    Thanks

    #21579
    Roland
    Member

    Hi Shekhar:

    Can you give me the instructions for hard-coding it through CSS. The plug-in doesn’t seem to work with the sidebars

    #21582
    Anonymous
    Inactive

    Hi Roland,

    There is no such font (Book Antiqua) on the google fonts store to using the font through google fonts. So, it’s better to use the plugin itself, please install the plugin and let us know where does the font doesn’t change.

    Thanks

    #21593
    Roland
    Member

    Hi Umesh:

    I’ve installed the plugin and chose to use “Glass Antiqua”

    Issue #1: I have to hard-code the text in sidebar widgets otherwise it displays as a sans serif font

    Issue #2: Suddenly the blog page font size has shrunk. The text on the actual post pages is fine, but on the blog page it’s like an 8 pt font.

    Any suggestions?

    #21595
    Anonymous
    Inactive

    Hi Roland,

    You can use

    and write custom css instead of inline css in widget sidebar, and regarding to blog page, font size of

    is very small, you can increase font size of

    with css.

    Note : Please use the custom css plugin or child theme for to write css.

    Thanks

    #21616
    Roland
    Member

    Hi Umesh:

    Yeah, we’re already writing custom code for the sidebars.

    As for the blog page you say: ” font size of

    is very small, you can increase font size of

    with css.” How do I do that to affect Just that central blog page?

    #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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.