Trying to insert a CSS with CHATGPT. Can you help me?

www.maelleapp.com

I am adding this code css to the settings on the page (elementor)

body {

font-family: "Playfair Display", sans-serif;

}


.custom-button {

background-color: #E8524E;

color: #FFFFFF;

font-family: "Playfair Display", sans-serif;

border: none;

padding: 10px 20px;

margin: 5px;

cursor: pointer;

}



This code is supposed to make the bottoms in the page following these info.

The page is: https://www.maelleapp.com/about-maelle/press/

The bottoms are linked from the plug in:

WordPress Download Manager

Can you tell me what is wrong in the code? Chat gpt made it, usually they work.

Thank you

Comments

  • Hi,

    The part with the body tag will not work because it is overwritten by the fonts you set in Betheme -> Theme options -> Fonts -> Family.

    Also, you should assign this custom-button class should be assigned there where you want to use it.


    Best regards

Sign In or Register to comment.