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

    Hi Yigit, thanks for the help on the rainbow! I think the title bar would look better if the font were black over the flag… is there a setting in Enfold or is this custom css?

    Thanks!!

    #648743

    Hey goldengate415!

    Please change following part of the code i posted earlier

    .title_container * {
        color: white!important;
        text-shadow: 1px 1px 1px black;
    }

    to following one

    .title_container * {
        color: black !important;
        text-shadow: 1px 1px 1px white;
    }

    You can remove “text-shadow: 1px 1px 1px white;” line, i thought it would make it more readable :)

    Regards,
    Yigit

    #648754

    Great, many thanks!!! :)

    #648757

    Hi!

    Not at all, glad if i could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change title bar font to black?’ is closed to new replies.