Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1127291

    Hey, I couldn’t find it. What is the CSS to change font style just on a specific page?

    #1127305

    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

    #1127572

    I know bro, but what is the CSS to do that?

    #1127644

    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

    #1127676

    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.

    #1127683

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.