Hello there,
I would like to have my H2 as black and my H3 as blue. Where can I change this?
Also the ‘preformatted’ font – can I change this?
Many thanks
Farrah Gillani
Hello FarrahGillani,
If you want to change your H2/H3 text, you have to set it from Theme panel, like this -> for post content like this -> http://screencast.com/t/41OvtFNvV and for post pages -> http://screencast.com/t/yAv1qWEg Please provide more details about accurate places you want to change them (post, page) and also please show me the place where the preformatted font appears.
Thank you for the message!
Hello there,
Thank you for writing back. The trouble is that the fonts area doesn’t have a place where I can amend the colours, only the styles. When I go into the theme colours area, it bundles all the Headings up into one to colour them. I can’t find the ‘preformatted’ font anywhere to change, but it is certainly an option when I go into a post and choose a style.
Is there somewhere I can amend the ‘default’ font overall too?
Many thanks in advance for your help,
Farrah
Hello FarrahGillani,
Unfortunately, our theme does not have such an option to change the default fonts from the theme. Please notice that our theme uses Comic Sans and Roboto to be default fonts in theme. If you want to change these, you have to do only from code. The core file where these fonts are called is td_config.php -> http://screencast.com/t/eTbP56ypdI
If you want to change the color of H2/H3 for the posts, you have to use a bit of CSS code to change it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.single h2 {
color:blue;
}
.single h3 {
color:black;
}
and for your pages, you should try the following code ->
.page h2 a {
color:blue;
}
.page h3 a {
color:red;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Thank you so much – how fabulous is that?
Just one more font thingy. I had ‘preformatted’ text before to be essentially the same font and size as the code you just posted above. Where do I format that and how?? Thanks in advance!
Hello FarrahGillani,
Unfortunately, I do not understand about what you want to say through “preformatted” text, sorry! Above I pointed you how you can change the default fonts for the theme and the Theme panel where you can set other parameters for all fonts. Please be more specific with your explanation so I can understand and also so I will be able to provide a more accurate response.
Thank you for your understanding!