Home Support Construction Real estate Pro Increase Default Font Size of Paragraph Text?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1361
    nicoleketcher
    Participant

    The default font size when writing in “paragraph” text for blogs, pages and my home page is small and I would like it to be bigger without having to zoom in my browser when using Google Chrome. Is there a way to increase the font size for ‘paragraph’ text?

    Also, is it possible to make this text black and not grey so it can be seen more easily?

    If you look at this page of my website you can get a better idea of what I mean, http://lmhtre.com/selling-your-home/market-evaluation

    Thank you for your help!
    Nicole

    #1370
    Shop Manager
    Keymaster

    Hi Nicole,

    As per your query, we are giving you some easy steps and CSS to change the color and make font size large.

    Go to Dashboard >> Appearance >> Customize >> additional CSS >> Put the given CSS on it >> Publish.

    p {
    font-size: 19px;
    color: #000;
    }

    If you need any other help please let us know.

    Thanks

    #1373
    nicoleketcher
    Participant

    Thank you! This worked perfectly!

    This code did change the paragraph sections on my pages, properties, testimonials and blogs which is what I needed. The testimonial section on the homepage did increase in font too. Is there a simple code I can put into the Additional CSS that will also increase the font size for the “About Us” section on the home page?

    Thank you! ๐Ÿ™‚

    #1376
    Shop Manager
    Keymaster

    Hi Nicole,

    As per your query, we are giving you some easy steps and CSS to change the font size of about us.

    Go to Dashboard >> Appearance >> Customize >> additional CSS >> Put the given CSS on it >> Publish.

    .home #about p {
    font-size: 20px;
    }

    If you need any other help please let us know.

    Thanks

    #1380
    nicoleketcher
    Participant

    Perfect, thank you very much!

    #1386
    Shop Manager
    Keymaster

    Pleasure.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.