Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1261082

    Hey, how can I change the family font of my specific page? Can someone give me CSS for that?

    I want to change the font on that page > https://l2p-league.com/lol-solo-coaching/

    #1261170

    Hey buciks1,

    You can use the following:

    .page-id-2034 h1.av-special-heading-tag {
    font-family:Helvetica,Arial,sans-serif!important;
    }

    Adjust the font to what you need.

    Best regards,
    Jordan Shannon

    #1263319

    Thanks mate. Can you also give me CSS for the whole text on a specific page?

    #1263378

    Hi,

    If its for the same page, you can try the following:

    .page-id-2034 p {
    font-family:Helvetica,Arial,sans-serif!important;
    }

    Best regards,
    Jordan Shannon

    #1264106

    Can you also give me CSS for the text-weight? Same page.

    • This reply was modified 3 years, 11 months ago by buciks1.
    #1264131

    Hi,

    You can add that on to what I gave you:

    .page-id-2034 p {
    font-family:Helvetica,Arial,sans-serif!important;
    font-weight:bold!important;
    }

    Best regards,
    Jordan Shannon

    #1264591

    It”s not working.

    #1264620

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few time over.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Family font of H1’ is closed to new replies.