Hi There,
Add a CLASS to your Callout shortcode.
e.g.
[callout type="left" title="Top 20 Places to Visit in Southern England" message="Check out our full UK road trip itinerary..." button_text="Read more" href="https://diytravelhq.com/places-to-visit-southern-england/" target="blank" class="my-cta"]
Then use that CLASS to style your CALLOUT’s title and message by using the following CSS snippet.
/*CALLOUT TITLE STYLING*/
.my-cta .h-callout {
color: tomato;
}
/*CALLOUT MESSAGE STYLING*/
.my-cta .p-callout {
color: cyan;
}
You can add custom CSS to Theme Options > CSS
The button STYLING is on Theme Options > Buttons
Hope it helps,
Cheers!