I am trying to change the background color of my menu but no matter what color I select it simply doesn’t change.
Is there a workaround for this bug?
I am trying to change the background color of my menu but no matter what color I select it simply doesn’t change.
Is there a workaround for this bug?
That should work fine as long as you make sure that the menu theme that you edited is the one selected in your menu settings, and you might need to close browser and reopen for it to take effect.
If that doesn’t work, let me know and I will give you a tweak that will solve it.
Dave
Hi Dave
Thanks for the reply.
I’ve tried that a few times but still no luck
ok, in your menu app, in the onLoad event, put this:
echo "
<style>
.scMenuLine {
background-color: #EEEEEE;
}
</style>
";
Change #EEEEEE to be whatever color you would like.
Dave
Hello,
Thank you for your attention to this problem, we are aware of this problem and we will make changes in this editor soon. Sorry about that. I only ask that you wait it will soon be releasing an update to improve this issue.
Thank you so much.
Thanks Dave!