Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #760729

    josephrose
    Participant

    I’m using:
    [custom_headline class="responsive-heading" type="center" level="h2"]CONTACT[/custom_headline] [responsive_text selector=".responsive-heading" compression="1.5" min_size="36px" max_size="78px"]
    and it’s fine.

    But I want to add a specific font color in there, and I can’t seem to get it right.

    #761211

    Christopher
    Moderator

    Hi there,

    Please update your shortcode to :

    [custom_headline class="responsive-heading" type="center" level="h2" style="color:red;"]CONTACT[/custom_headline] [responsive_text selector=".responsive-heading" compression="1.5" min_size="36px" max_size="78px"]

    Hope that helps.