Hi all-
Like many (most? all?) Americans, we are horrified by what is happening in Ukraine and would like to show our support. Can you help me with the code to turn the title bar the colors of the Ukranian flag? This is but a small gesture — we are also sending money — but would like to do this as a show of support.
Thanks,
Rob
/* ukraine flag title bar */
.title_container * {
color: white!important;
text-shadow: 1px 1px 1px black;
}
.title_container {
background: url(https://commons.wikimedia.org/wiki/Category:National_flag_of_Ukraine#/media/File:Flag_of_Ukraine_(1-1).png);
background-size: contain;
}
Hey goldengate415,
I believe that you mean like this:
please try this css:
/* ukraine flag title bar */
.title_container * {
color: white!important;
text-shadow: 1px 1px 1px black;
}
.title_container {
background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Flag_of_Ukraine.svg);
background-size: contain;
}
Best regards,
Mike
Perfect, thanks Mike!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike