I changed the colour of my drop down menu, and it is working on Chrome, however, it is still white on safari. Can someone please help explain this to me. And fix it.
Thank you
I changed the colour of my drop down menu, and it is working on Chrome, however, it is still white on safari. Can someone please help explain this to me. And fix it.
Thank you
Hello Kerri Dawn,
It seems to be caused by the incorrect background color value. The rgb value should only take 3 parameters. Try using rgba instead like this:
header .x-navbar .sub-menu {
background-color: rgba(71,71,71,.9) !important;
font-size: 15px;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.