Call to Action Area without Button and centered Text

Hi all,

First of all, thank you for this perfect theme!!

I don’t need the button in the cfa area and i add this code to Appearance >> Theme Options >> Other >> Custom CSS:

.cfa-button { display: none; }

Perfect. But: now i need the whole text from .cfa-text centered in 100% from the area (the Button Area included). Any ideas?

Thanks a lot, Sven

Hi Sven,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.cfa .col-sm-8 {
    width: 100%;
}

Best Regards,
Movin

Perfect! Thank you very much…

You are most welcome here :slight_smile: