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

    I’ve been trying to remove auto-capitalization on my notification box. According to other threads, I need to add custom CSS to general styling. I tried the following:

    .avia_message_box_content {
    text-transform: none !important;
    }

    #avia-messagebox- .avia_message_box_content {
    text-transform: none !important;
    }

    .avia_message_box_content p {
    text-transform: none !important;
    }

    .avia_message_box_content p {
    text-transform: initial !important;
    }

    None of these worked… What am I doing wrong?

    #1431318

    Hi sophiasbiti,

    The first code should you provided should work without the other codes:

    .avia_message_box_content {
        text-transform: none !important;
    }

    However the issue seems to be caching, I tried to check Quick CSS, but Theme Options is restricted access.
    Please try to disable CSS File Merging And Compression in Enfold > Performance.

    Best regards,
    Nikko

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