Customize Call For Action Area w/ Image

Hi, thanks for such a wonderful theme.

Any quick ways we can add images to basically customize the Call for Action Area?

Hi @ntnt,

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

Could you please tell me whether you want to add the image as a background to Call for Action Area or display it along with the text displayed in it so that i can help you to achieve it?

It would be helpful to understated if you can share the screenshot of what you want to achieve.

Please advise.

Kind Regards,
Movin

Dear Movin,

I’m Stefania. I would like to achieve the same as @ntnt.
I would like to add an image as a background to Call for Action Button (in my case will be a wallet for 40% discount).
I have already a child theme.

Many thanks.

Regards,
Stefania

Hi Stefania,

You can add an image as a background to Call for Action Button by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.cfa {
  background: url("https://colorlib.com/lib/img/colorlib-logo.png");
}

Change the image URL in the above code to your wallet image URL.

Best Regards,
Movin