1
0
-1

I want to change the font of the Highlighted Pets on our home page. I added CSS to change the headings, but I'm not sure how to change this section.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can change this by adding the following to your Website > Custom CSS:

      This example uses the Google Font, Quicksand. 

      .contentSectionHeader {
      font-family: 'Quicksand', sans-serif;
      line-height: 30px;
      font-weight: 400;
      }

      Be sure to also add the font following these instructions: How do I add a Google Font to my Website?

        CommentAdd your comment...