I'm having trouble trying to change the background on my jump menu. How can I customize the color?
You can change the background color of the jumpmenu by using the following CSS:
#jumpmenu_links {
background-color: #000000 !important;
}
Hope this helps.
0 Comments