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?
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