-
AuthorPosts
-
October 17, 2015 at 8:50 pm #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?
October 18, 2015 at 10:38 am #520582Hey mamiewong,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardOctober 18, 2015 at 6:26 pm #520664Arimo 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.
October 20, 2015 at 6:25 am #521381Hi!
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,
IsmaelOctober 20, 2015 at 6:38 am #521390Hi,
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).October 20, 2015 at 11:42 am #521511Hi,
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,
RikardOctober 20, 2015 at 11:56 am #521519Hi,
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.
October 20, 2015 at 1:02 pm #521577Hi!
Please add following code to Quick CSS
.recentcomments a, .widget_recent_entries li a { font-style: inherit; font-family: inherit; font-weight: inherit; }
Regards,
YigitOctober 21, 2015 at 5:57 am #522127Yigit,
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,
-MamieOctober 22, 2015 at 4:53 am #522714 -
AuthorPosts
- The topic ‘Changing font in footer for blog posts’ is closed to new replies.