Styling Custom Content on Renew Portfolio Page

Hi there,

I followed the instructions in the below post to add some intro blurb to my portfolio page:

That worked a treat! What I’d like to know is if there’s some easy way to style the text to match the rest of the site body? I’m guessing it would be through some class or something, but I’m not sure how to do that. Can you suggest something?

Many thanks,
H

Hello H,

There are several suggestions on the thread that you have provided and I am not sure which part you tried to follow.

If you have added the first suggesstion, you can target the description element through it’s class like this:


.custome-description {
    font-size: 30px;
    font-weight: 400;
}

You will have to place the CSS above in the Global CSS. Feel free to add more custom CSS to the CSS block above.

If you followed other suggestion from the thread, please provide us with the URL of the site in question so that we can check.

Thank you.

Hi Jade,

Thanks for the reply, that worked perfectly!

Have a great weekend,
H

Thanks and you too, H.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.