• Resolved lolka111333

    (@lolka111333)


    Hi! How do i change the color and size of the font on the front page?
    Is there an option for that? If no, which css selector should i use?

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

Viewing 1 replies (of 1 total)
  • emranemranx

    (@emranemranx)

    Hi Lolka,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .home p {
      font-size: 22px !important;
      color: black;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Front Page Font color and size?’ is closed to new replies.