Hey,
http://www.coolbudgethotels.com
1. I want to add some space between the lines when I am using a H tag, like in the notification box.
The should be some space between the lines in the H2 tag
2. I also want change the color of the text in the notification box
What codes shall I add?
Thanks
Charlotte
Hi Charlotte :)
Please add following code to Quick CSS and adjust as needed
.avia_message_box_content * {
color: red!important;
line-height: 40px;
}
Regards,
Yigit
Thanks Yigit :)