font size

  • Posted in : Bloggy WP
  • ldiano
    Participant

    Hello, how do I change the font family and font size for a block of text?

    I was using text and it works but then it reverts back if I go back to ‘visual editor’ mode.

    Thank you.

    ahmetsali
    Keymaster

    Hi, go to “Text” tab in your wp content editor, then write your custom text block like this;

    <p style="font-family:'Georgia'; font-size:24px">
    
    Put your text here. It will show up in 24 px Georgia stye..
    
    </p>
    
    doristan
    Participant

    How do I change the text font size on the quotes???

    ahmetsali
    Keymaster

    @doristan

    try this custom css code;

    blockquote {
        font-size: 1.5em;
    }
    
    doristan
    Participant

    It didn’t change. Take a look http://www.dorisjaymes.com

    ahmetsali
    Keymaster

    try this one;

    .format-quote blockquote {
        font-size: 2em;
    }
    
    doristan
    Participant

    Ahmet, help, it is still big. http://www.dorisjaymes.com
    It didn’t change at all. :(
    I need to make it smaller.

    ahmetsali
    Keymaster

    just play with the font-size value;

    .format-quote blockquote {
        font-size: 1.1em;
    }
    
    doristan
    Participant

    Thanks Ahmet!!!!! Is there a way to make the title font smaller as well :)

    ahmetsali
    Keymaster

    try this custom css code;

    .blog-posts .entry-title, .portfolio-single .entry-title { 
        font-size: 1.6em; 
    }
    
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register