Tagged: notification box
Hi,
Is it possible to increase the size of the text in the notification box? Both the size of title and message.
Kind regards
Delphine
Hey Delphiine!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .avia_message_box .avia_message_box_title { font-size: 16px; }
.avia_message_box_content { font-size: 18px; }
Best regards,
Yigit
Hi Yigit,
Thanks for the code works fine!
Cheers.