Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1344158

    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;
    }
    #1344216

    Hey goldengate415,
    I believe that you mean like this:
    2022-03-12_001.jpg
    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

    #1344231

    Perfect, thanks Mike!

    #1344232

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add Ukraine flag to title bar for Enfold’ is closed to new replies.