Okay
  Public Ticket #3135263
CSS not taking
Closed

Comments

  • Jason started the conversation

    I have applied this custom CSS and this is not taking it. See the green color I have added to be very clear if it is working or not. It is also putting the text in the top corner where in my layout it is centered.

    Here is what I have added:

    h1 {
    font-family: "Oswald";
    color: green;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    }
    p {
    font-family: "Oswald";
    font-size:32px;
    color: green;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    }



    Attached files:  Firefox_Screenshot_2022-09-29T05-41-50.086Z.png

  •  110
    George replied

    Hello Jason,

    Thank you for getting in touch with us. My name is George and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    You cannot add css rules, only css properties are valid in that field. I would recommend you to separate the content of your layers into two layers: one for the h1 and one for the paragraph. After that you can easily set the styles of those layers with the admin interface.

    Best Regards,
    George | Kreatura Dev Team