Edit Portfolio Header Font Color

How do I change the color of the portfolio header text?

Hello Brittney,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.single-x-portfolio .h-landmark {
    color: #fff;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you so much! I really appreciate your help and the resources to learn how to do it.

You’re welcome. Glad we could help.

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