• I would like to change the text format of the page titles. Is that possible to do? The text size is much larger than what I would like to see at the top of my pages.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    That would be a change to the CSS, which you can easily do with a custom CSS plugin.

    Thread Starter Linda Lombardi

    (@linda-lombardi)

    and how would I do that?

    Use the font-size property for whatever element it is you would like to change. If you like me to your site and let me know exactly what you want changed I can give you the specific code.

    Thread Starter Linda Lombardi

    (@linda-lombardi)

    I want to change the title of the page, which shows up at the top of each page. There seems to be no way to use the text editor because it’s not really part of my page. My site is (totally a newbie here) is
    artfulhandcrafted.com

    For instance, on the home page I would like Welcome to Artful to have a smaller text. The same with all of the other pages.

    Thanks

    To change the text you mentioned, fist install a custom CSS plugin (like this one) and there, if you add this code:

    .entry-title {font-size: 36px;}

    It will change the font size of ‘Welcome to Artful’. You can change the 36px to whatever pixel value you would like (by default it is 48px)

    Thread Starter Linda Lombardi

    (@linda-lombardi)

    Wow…that’s exactly what I need. Thank you so much! Would I really be pushing it if I asked an unrelated question here? (as I am doing anyway…) Can you tell me why there is an ‘edit’ link at the bottom of each page?

    Thanks,
    Lina

    I would guess it is probably because you are logged in to the back end.

    Thread Starter Linda Lombardi

    (@linda-lombardi)

    thanks – how dumb of me. you’re right. I was looking at the site but I was still logged into the back end even though I wasn’t in the dashboard. Thanks again.

    RishiL123

    (@rishil123)

    This was an easy fix and helpful. Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Changing text format on page titles’ is closed to new replies.