Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #419591

    How do I change the font of the text registered in the TEXT BLOCK?
    Which option I select the styling general? I just need to change in specific text block.

    the text block is <p>

    In general styling has not <p> option to customize.

    LINK
    http://quintadaslagoas.com.br/20152/?page_id=329#top

    #419906

    Hi mleite1!

    use this:

    p.p1 {
    font-family: helvetica;
    }
    

    Regards,
    Andy

    #420729

    Andy, how do I add color, line spacing and font size?

    A doubt.
    This change is for all BLOCK TEXT I use the site?

    #420738

    I insert this code below and did not work.

    p.p1 {
    font-family: helvetica;
    font size: 9px;
    color: #000000;
    }

    #420751

    Hi!

    Please use the code as following

    p.p1 {
    font-family: helvetica;
    font-size: 9px;
    color: #000000;
    }

    Best regards,
    Yigit

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