CSS with buttons in articles

Posted in: Newspaper
Post count: 312

Hi,

Could you help me to custom the yellow button in this article ?

https://www.typemeon.com/test-de-personnalite/

.td_btn_normal{
background-color: linear-gradient(156deg, #ffac4f 30%,#cf5665 80%);
}

This one doesn’t work..

Thank you

Post count: 18283

Hello !

The gradient code written by you is incorrect, Here is the correct path:

:root .has-luminous-vivid-amber-background-color {
background-color: red;
}

You will have to write the correct gradient and the code should work.

Thank you !

Post count: 312

:root .has-luminous-vivid-amber-background-color {
background: linear-gradient(156deg, #ffac4f 30%,#cf5665 80%);
}

this one works thank you =)

Post count: 312

Hi @vlads the css code doesn’t work anymore

Post count: 18283

Hello !

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Post count: 312

Only this code doesn’t work any more, all my other css codes work. It doesn’t come from child theme.

Post count: 18283

Hello !

Please make sure that you have inserted the code properly, please provide us a link to your website and a screenshot of where the link has been inserted.

Thank you !

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.