Change grayscale on Portfolio page

Hello,

I would like to change the gray color behind the title on the portfolio page (see: http://humai.nl/portfolio/clv-optimisation-nudge/) and preferably the height of the box.

I tried the following code in the additional CSS section, but it doesn’t make a difference:

.single-jetpack-portfolio div#header-callout {
height: 100px;
color: #FFFFFF;
}

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the background color by going to Appearance > Customize > Additional CSS and pasting it there.


.bg-secondary {
    background: red;
}

Best Regards,
Support

Thanks! Worked great.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support