• Resolved Trisha.Blogs

    (@trishablogs)


    Hi, how do I change the font type and font size of my post? thanks, i tried searching but couldnt find a similar question.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Add to your Custom CSS:

    p  {
    font-family:"Courier New", Courier, monospace; // or the font you wish
    font-size:10px; // or the size you wish
    }
    Thread Starter Trisha.Blogs

    (@trishablogs)

    Hi Kaniamea. Thanks again.

    Sorry i forgot to mention that i would like to change it for my left side bar only.

    Do you have any idea how to go about doing it?

    apologies for the inconvenience caused.

    Try this Trisha:

    .widget a {
    color: rgb(255, 255, 255); // change color
    font-family:"Courier New", Courier, monospace; // change font
    font-size:10px; // change size
    }
    
    .widget .widget-title {
    font-family:"Courier New", Courier, monospace; // change font
    font-size:10px; // change size
    color: rgb(255, 255, 255); // change color
    }
    Thread Starter Trisha.Blogs

    (@trishablogs)

    omg! thanks again kaniamea. it worked. you’re a life saver ??

    Cool! ??

    Similarly to this topic, is there a way for me to have multiple font sizes in one post? I have a lot of images to cite, and I’d like the photo credits to appear in a smaller size than the main text of the post. Maybe I’m just being really dumb, but I can’t see a font option in the regular post-editor when I’m adding a new post!

    Here’s a link to my site, so you can see for yourself: https://www.seacreaturefacts.com/

    * I figured out how to do this for each post individually using the text editor instead of the visual editor- nevermind!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Content page – font type and font size’ is closed to new replies.