Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #83027
    adunning
    Participant

    Hi guys – can you please tell me how to change the font type, size, bold and italics on page and post titles and content? Many thanks.

    #83059
    Mahesh
    Keymaster

    Hi @adunning,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    
    /* For Page Title */
    #content .page .entry-title{
        font-weight: bold;
        font-size: 20px;
        font-family: Times New Roman;
        font-style: italic;
    }
    
    /* For Post Title */
    #content .post .entry-title{
        font-weight: bold;
        font-size: 20px;
        font-family: Times New Roman;
        font-style: italic;
    }
    
    /* For Post Content */
    #content .post .entry-content{
        font-weight: bold;
        font-size: 15px;
        font-family: Times New Roman;
        font-style: italic;
    }
    
    /* For Post Content */
    #content .page .entry-content{
        font-weight: bold;
        font-size: 15px;
        font-family: Times New Roman;
        font-style: italic;
    }

    Note: Please change the CSS property’s value as per necessary.

    Regards,
    Mahesh

    #85042
    adunning
    Participant

    Hi again Mahesh, thanks so much for all this. I have another question – how do I change the font size of a heading of a paragraph on a page or post? Just the heading – like a sub-title. Thanks again.

    #85064
    Mahesh
    Keymaster

    Hi @adunning,

    Can you please give a specific location where actually you want it as for an example.

    Regards,
    Mahesh

    #85117
    adunning
    Participant

    Hi Mahes – yes so here is one page I am trying to do it, but need to be able to do this on all pages and posts – http://62c.3eb.myftpupload.com/nature-as-healer-teacher/

    I want to make my headings bigger:

    e.g.:

    “(WomenOutdoors has evolved into “Nature as Healer and Teacher” Retreats here in beautiful Colorado.

    Send us an email expressing your Summer or Winter interest. We will contact you about future retreat details.”

    #85122
    adunning
    Participant

    Hi Mahesh – It won’t let me add the url to this message as it’s a temporary domain – I had this issues before and I think Pratik added my site, but it won’t send again – can I email it to you…?

    I want to make my headings bigger on both my pages and posts.

    #85177
    Mahesh
    Keymaster

    Hi @adunning,

    For this you can use the heading tags in content for those titles. I hope you understand what I mean.
    Please do no use temporary domain url as it will be put into spam. Either use google shorturl or bit.ly for such urls.

    Regards,
    Mahesh

    #85220
    adunning
    Participant

    Great – got it, thanks Mahesh and thanks re. URL

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing page title and content font’ is closed to new replies.