Change Size of P Tag on One Page Template [closed]

Entry is a class so when you’re adding it to css you need to add a . in front. just try doing this:

.entry p {
font-size: 16px !important;
}

See if that works.