CTA with supporting paragraph/sentence

Hello,

How would I go about adding a short sentence inside of the CTA button in a different font size? I want to have a headline and supporting statement, all of which clicks through to another page. Is that even possible? I’m working with the Agency theme.

Thanks in advance,
Dawn

Hi Dawn,

Thank you for writing in, please wrap your sub-text in a <span> tag with a unique class.

e.g.

Speak with a Rep! <br><span class="my-subtext">NADAtech has representatives conveniently located across multiple time zones ready to answer your questions and to help spec out your newest tools.</span>

Then use that class to style the subtext.

span.my-subtext {
    font-size: 16px;
}

You can add the CSS to Page > CSS or Theme Options > CSS for site-wide use.

Hope it helps,
Cheers!

Sweet! It works perfectly.Thanks so much!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.