Viewing 11 replies - 1 through 11 (of 11 total)
  • Depends on your theme and site – if you post a link, someone may be able to help you.

    Thread Starter songate

    (@songate)

    I am using Response theme and here is my blog https://ectindia.com/
    Thanks!

    Good Guy

    (@mytaxsitecouk)

    If you are already using the child theme then try this code as modified to suit your design style:

    h2.post_title {
    	font-size: 18px;
    	font-family: Georgia, "Times New Roman", Times, serif;
    }

    If you are not using the child theme then start using one to get maximum benefit from using WP.

    Good luck.

    Thread Starter songate

    (@songate)

    Thanks mytaxsite.co.uk. You did not specify where to insert the above code and also please tell me how I can get the Child theme. Thanks!

    Good Guy

    (@mytaxsitecouk)

    The child theme doc is here:

    https://codex.www.ads-software.com/Child_Themes

    The code I have given should be entered in the file called style.css. To get to this file, I suggest create a child theme so that you don’t have to change any of the core files. To create the child theme, you can download a plugin that will create the child theme for you easily in 10 seconds:

    https://www.ads-software.com/extend/plugins/one-click-child-theme/

    Once the child theme is created, you can then edit the style.css file by going to:

    Appearance >> Editor

    This will open the file for you ready to copy and paste the code you will get here all the time.

    Good luck.

    Thread Starter songate

    (@songate)

    Thanks for your instructions, mytaxsite.co.uk,
    I installed the Child theme and insert the code as you have instructed, but nothing is changed. I appreciate your patience with me I will be glad if you can kindly give me further instructions. The following is what appears when I clicked the Editor and where am I to post the code that you sent earlier? Thanks again!

    /*
    Theme Name: ect
    Description: My Child theme
    Author:
    Template: response

    (optional values you can add: Theme URI, Author URI, Version)
    */
    @import url(“../response/style.css”);

    Good Guy

    (@mytaxsitecouk)

    Good you have created the child theme. Now try this code:

    .post h2 {
    	font-size: 18px !important;
    	font-family: Georgia, "Times New Roman", Times, serif;
    }

    If you can get time post a link to your theme so that I can download it and try the code on my machine before posting it here.

    In the above code there is a period before the word post so make sure you get it.

    Good Guy

    (@mytaxsitecouk)

    Have you activated your child theme yet? You need to activate it so that your code can work.

    Post a link to your site so that I can have a quick look at it to see if the child theme is activated.

    Thread Starter songate

    (@songate)

    Thank you very much, mytaxsite.co.uk,
    It works now! and I have change the font “Georgia” in your code to my default font Verdana. My link is here
    https://ectindia.com

    The Child Theme has disrupt some of the widgets which I can reset easily.

    Is there any way to remove the Cyberchimps logo on the left side of the footer?

    Thank you again!

    Hi,

    Is there any opportunity to change the font color in the response theme? Can anybody help me ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Agatd,

    As you’re not contributing to the original poster, you should create your own thread.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Changing Fonts size of Blog Headings’ is closed to new replies.