Limited availability during the holidays

Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.

We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!

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;
    }



  •  138
    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