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!!
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
Great, many thanks!!! :)