Font type, making font Bold and change the font color of a particular widget

My site with URL jaipetcare.com is using the shapely theme. I want to format the line “Complete Pet Solution” which you can see by going to the website. I want to change tits font type and its color and make the font bold. Please assist me in doing that.

Hi there,
Thanks for reaching out.
In reference to your query here, could you try using the following CSS code under the Appearance.Customize>Additional CSS section:

.image-bg h1 {
color: #000 !important;
font-family: sans-serif !important;
font-weight: 600 !important;
}

You may alter the respective aspects based on your preference.

I hope this helps.
Best Regards,
Support.

Hi,

How can I change the font and the font color of the demo title “We change everything WordPress” in the Shapely Parralax Section with Image Position Image Background Full.

Hello there,

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


.image-bg h1 {
    color: red;
    font-family: serif;
}

Best Regards,
Support