Hi @hwolfe,
The Title is what you added as a portfolio. So please go to Pro > Portfolios search for the portfolio in question and change its title.
To change the color of the social media icons, please kindly go to Pro > Theme Options > CSS and add the code below:
a.x-share {
color: #ff00ff;
}
Feel free to change #ff00ff to whatever color that you like.
The white background behind the images is the background color of the container of the portfolios. The images have padding and it shows the background color there. You can change the color of the container by adding the CSS code below to Pro > Theme Options > CSS:
.single-x-portfolio .entry-wrap {
background-color: #ff0000;
}
Feel free to change #ff0000 to whatever color that you like.
Thank you.