Change portfolio header font colour and header background colour

I was wondering if there was a way of editing the portfolio title text colour and background colour? Here is an example of a portfolio on my page: http://www.hirety.co/portfolio/bvs/, as you can see the text colour is white and the background is light grey making it hard to read. This is also the same on the main portfolio page.

Many thanks!

Hi Tariq,

Thank you for writing in, to change the title/text color, please add this to Theme Options > CSS

h1.h-landmark {
	color: black;
}

The background color (light grey) can be change under Theme Options > Layout and Design > Background Color



Hope it helps,
Cheers!

1 Like

Once again, amazing service thank you :slight_smile:

You are most welcome. :slight_smile:

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