Change Font Color of parallax non-title text

I was able to change the font color of my home page parallax widget title with the following:
.shapely_home_parallax p.mb32,
.shapely_home_parallax h1 {
color: darkslategrey;
font-family: arial;
}
I also want to change the color of the non-title text, but cannot figure it out. The text currently reads: “This is the only WordPress theme you will ever want to use.” This is, of course, true, but I will customize it later.
Bob

Hi Bob

Good to see you again :slight_smile:

Please provide url of your website and I will check it

Regards.

sailtupelohoney.com
I also want to change the size of the title and non-title texts.
Thanks,
Bob

Hi Bob.

Please add this CSS code in the Appearance > Customize > Additional CSS:

.shapely_home_parallax p.mb32, .shapely_home_parallax h1 {
    color: #e426bb;
}
.mb32 p, .mb32 p a {
    color: red !important;
}

Regards.

1 Like