Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636438

    Hi,
    On the homepage, I would like the initial text to have a slightly transparent background color. Currently it’s just gray.
    Thanks,
    Gabe

    #636648

    Hey,

    Set a custom class to that column and use this custom CSS:

    .CUSTOM_CLASS {
        background: rgba(232, 232, 232, 0.8) !important;
    }

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.