Hi guys,
I’m really enjoying the theme’s flexibility with typography, however “Block 6 doesn’t seem to have changed on my homepage (near the bottom).
-
This topic was modified 12 years by
webjump.
Hi,
I have checked your site and noticed that the font it’s the same for all excerpts and the title also regarding block 6 http://screencast.com/t/yUzf4lM0
Also tested to the custom typography feature and seems like it works just fine for me.
Please provide more details if you haven’t managed to solve this.
Thanks
Hi Lucian,
Thank you for getting back to me quickly.
The excerpt font is fine, however, the post title is in a different font “Roboto Condensed” and I could not see how to modify this with the typography panel. Do I have to modify the style.css to achieve this:
.td_mod_wrap .entry-title a {
color: #222222;
font-family: ‘open-sans’,sans-serif;
font-weight: normal;
}
Hi,
Yes, modify the font-family property with your font and just add the custom css in theme panel > custom css.
If you want this font to apply only on front page (add .home) or only for block 6 you may want to add .td_mod9 class.
This css:
.td_mod_wrap .entry-title a {
color: #222222;
font-family: ‘open-sans’,sans-serif;
font-weight: normal;
}
..will change all titles for all block regardless the page.
Hope this helps!
Thanks
Good morning Lucian,
Thank you for your css.
I’ve added some extra code however it’s still displaying “Roboto Condensed”
.td_mod_wrap .entry-title a {
font-family: ‘open-sans’,sans-serif;
color: #4c4c4c;
font-size: 18px;
line-height: 24px;
font-weight: 400;
text-transform: uppercase;
}
Hi Lucian,
I’ve changed the font to see if that was an issue but no luck with the block css:
Hi,
Add the css like this:
.td_mod_wrap .entry-title a {
font-family: Merriweather !important;
font-size: 22px !important;
line-height: 28px !important;
color: #000000 !important;
}
Should work, like this: http://screencast.com/t/8eQZdDwc2
Just change the font-family/font-size/line-height/color as you like.
Thanks
AAH!! Just noticed it’s altered my sidebar posts:
http://www.betasite05.co.uk/2014/07/glasgow-games-showcasing-commonwealths-strengths/
Hi,
Add .page class, should fix it, remove the previous code from custom css filed or simply add the class like this:
.page .td_mod_wrap .entry-title a {
font-family: Merriweather !important;
font-size: 22px !important;
line-height: 28px !important;
color: #000000 !important;
}
Sorry about this!
Thanks
Hi Lucian,
Sorry for delay responding to you.
Thank you so much for all your help so far. I think we are getting there:
HOMEPAGE – FIXED
http://www.betasite05.co.uk/
Sidebar is fixed.
However the category page font is Roboto Condensed again.
http://www.betasite05.co.uk/category/culture/
For some reason it keeps defaulting to the Roboto Condensed font. Is it worth sending you my login to make sure?
Ken
Hi,
Do you want to change the font typography for the blocks/modules? We have this in Theme panel -> Custom typography http://screencast.com/t/78UitBAMKb
From here you can change the Post fonts on all modules/blocks.
If you want to change it via CSS, here http://www.betasite05.co.uk/category/culture/
use this CSS
.td_mod_wrap.td_mod9 .entry-title a {
font-family: Merriweather !important;
}
Thanks!
Hello Marius,
Thank you for responding and that bit of code has helped. (can you please tell Lucian he’s both patient and brilliant!)
Yes, I wanted to change the post formatting however when I used the Big and Small Post Sizes I had problems.
All resolved now (I hope)
Thank you again my friends :))