• I am looking to make the font bigger and change to another font family for the pullquote on this page

    ALL OF THESE WORK BELOW With the EXCEPTION of Font-size and font-family. I am a wordpress newbie and would love your help! Thank you

    body .simplePullQuote {
    border-top: 3px #4a8689 solid;
    border-bottom: 3px #4a8689 solid; color: #4a8689;font-style: italic;width: 275px; font-size:20px; font-family:”Libre Baskerville”;}

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter lifesparkliving

    (@lifesparkliving)

    I was able to figure it out with this:
    body .simplePullQuote {border-top: 3px #4a8689 solid;border-bottom: 3px #4a8689 solid; color: #4a8689;font-style: italic;width: 275px; font-size:x-large; font-family:serif;}
    body .simplePullQuote p {
    font-family: “libre Baskerville”;
    font-size:18px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Size and Font Family’ is closed to new replies.