CMS Development

Winnie
Participante

how can I custom the css of cta button of image?

Hi, the other button is okay with the orange background but not the image cta. How can I do this?

I try to add class of the below cta button to hide the orange background but it is not work.

 

I just know a little bit of html and css, and not an engineer.

 

Reference link:

https://global-hr.lift-group.co.jp/test/2

 

Thanks in advance.

 

スクリーンショット 2020-02-20 12.13.54.png

0 Avaliação positiva
3 Respostas 3
psdtohubspot
Conselheiro(a) de destaque

how can I custom the css of cta button of image?

Hi @Winnie 

 

Let me know if it is still not solved.

0 Avaliação positiva
Jim_smith94
Membro

how can I custom the css of cta button of image?

Hi Winnie,
You add the class (newCTA)  in CTA which i sent in below.customClass.PNG

.newCTA {
    background: transparent !important;
    border: none !important;
}

add css in stylesheet.
Thanks.

 

NGV-Jackie
Participante

how can I custom the css of cta button of image?

Hi Winnie, 

 

Maybe try adding a class (cta-background-override) to the cta on the page, then in your css add the following:

 

a.cta-background-override {
background-color: none !important;
border-color: none !important;
} 

Just make sure that this class is listed below the a.cta_button class on your stylesheet.