Hey, I couldn’t find it. What is the CSS to change font style just on a specific page?
Hey buciks1,
You need the specific page id and then apply your font styles via css based on that page id.
Best regards,
Jordan Shannon
I know bro, but what is the CSS to do that?
Hi,
What font styles are you looking to change? The color, size, weight? Please provide a link to the specific page so we can help further.
Best regards,
Jordan Shannon
I don’t know yet. I just want to know the CSS code with font style and weight to a specific page so I will decide what font I want to use later on.
Hi,
I can only really help if you know specifics but generally css would look like
.pageid-xxx p{
font-size:20px;
font-weight:300;
color:red;
}
Best regards,
Jordan Shannon