Hi and congratulations for this great theme.
I’m not so familiar with the theme’s structure (bought it only a few days ago).
So here’s the question:
Is there a Css snippet to modify theme’s default typography?
I find it much easier to group and define typography with Css instead of having to go pick it one-by-one through the theme panel menus. I tried myself to extract the relevant Css items from style.css, but it seems that I’m always missing something.
Thanks in advance.
Kostas
Hello Kostas,
Unfortunately, I do not exactly understand what you mean, sorry! Please notice that our theme does not have any such an option that allows you to make these changes, sorry! If you want to add some custom CSS to your website, notice that you can add it in Theme panel->Cusotm CSS code.
Thanks for your understanding!
Hi.
Well, I was looking for something like this:
html
{ font-family: serif; }
.td-logo-text-container .td-logo-text, .td-logo-text-container .td-tagline-text
{ font-family: sans-serif; }
body, p, .wp-caption-text, .wp-caption-dd, .td-page-content .dropcap,
.td-post-content .dropcap, .wpb_text_column .dropcap, .td_block_text_with_title .dropcap, .bbpress .dropcap, .woocommerce #tab-description .dropcap, .mce-content-body .dropcap, .comment-content .dropcap, .td_block_author .td_author_wrap, .td_top_authors .td-authors-url a, .td_wrapper_video_playlist .td_video_title_playing, .tdc-missing-external-shortcode, .td-block-missing-settings, .tdc_external_shortcode, .td-sml-caption
{ font-family: Georgia, Times, serif!important; text-align: justify }
etc.
It’s the theme’s default typography, grouped by font-family
But ok. I did it my self.
🙂
Hello Kostas,
Please keep in mind that the Roboto and Opens Sans fonts are used default by the theme and there is no solution to disable them. If you want to make deeper changes in this regard, you should check the td_config.php core files and from here you should change the default theme fonts which are Open Sans and Roboto with your desired one, like this -> http://screencast.com/t/YXUNUqxE. Also, if you want to remove the Roboto Google Font you can try to remove from there, clear all your caches and check the results. For more information about this regard, please consult the following topic here -> https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Hope this helps!
Thanks for your understanding!
Thanks for your reply, but it didn’t work for me.
On the other hand, I grouped every single item with font-family in style.css and now i’m changing only three items.
Check this out. It actually works:
https://pastebin.com/FwVWsZce
Regards
Kostas