Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #520472

    In General Styling, I have set all areas of my website, including footer, to use the Arimo font. In the footer, the text is in Arimo font, except for the titles of blog posts. The blog post titles look like they are in Open Sans font. How do I change the titles of blog posts to be in Arimo font, so that my entire website uses just one font?

    #520582

    Hey mamiewong,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #520664

    Arimo font appears throughout the entire website, except for:

    a. Titles of blog posts in the FOOTER (the blog post titles are: Test 1, Test 2, Test 3) – Under LATEST NEWS

    b. Titles of blog posts in the blog sidebar – Under RECENT POSTS in the blog page’s (NEWS menu item) Sidebar

    For a. and b., the font looks like Open Sans. I would like for the titles of blog posts to be in Arimo font. My goal is for the entire website to use only the Arimo font.

    #521381

    Hi!

    I accessed the dashboard but I still end up in the maintenance mode. I can’t access the Pages panel. Please set the user to administrator. If you want to set the font of the title to Arimo, try this in the Quick CSS field:

    .news-headline {
        font-family: 'Arimo';
    }

    Regards,
    Ismael

    #521390

    Hi,
    I’ve set the user to administrator. I added the Quick CSS above and there was no change in the blog post titles (still looks like Old Sans font instead of the Arimo font that I want).

    #521511

    Hi,

    I had a look at your site and all the blog headers and headers in the footer are Arimo, if you want to check without having to read code you could try a plugin called WhatFont if it’s available for your browser (I’m using Chrome).

    Best regards,
    Rikard

    #521519

    Hi,
    Please go to the menu item/page, NEWS and the differences in fonts are the most clear.

    It’s the Italicized blog post titles (Test 1, Test 2, Test 3) that appear in the footer (underneath LATEST NEWS) and in the blog’s sidebar (underneath RECENT POSTS) that continue to look strange.

    They do not look like they are in Arimo font, especially capital letter T in the word, Test.

    #521577

    Hi!

    Please add following code to Quick CSS

    .recentcomments a, .widget_recent_entries li a {
        font-style: inherit;
        font-family: inherit;
        font-weight: inherit;
    }

    Regards,
    Yigit

    #522127

    Yigit,
    Thank you so much! The Quick CSS that you suggested fixed the font issue. I thank you and all of your team who helped me with this!
    Cordially,
    -Mamie

    #522714

    Hi Mamie,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Changing font in footer for blog posts’ is closed to new replies.