• Hello,

    is there a way to edit position of text, fonts, color in the section-cta title?
    I imagine is possibl with custom CSS but couldnt foind a way, thanks.

Viewing 1 replies (of 1 total)
  • Hi @docevents

    You can try to use this custom CSS code in Appearance -> Customize -> Additional CSS, to change the style of CTA title

    .cta-heading h2 {
      text-align: center;
      font-size: 40px;
      color: red;
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘edit cta section fonts’ is closed to new replies.