background is not transparent. You just have too many menu items and that's why they do not fit in the right section where logo and search are. So or you will remove some menu items from header or you need to decrease space between menu items with the following css:
#Top_bar .menu > li > a span:not(.description) { padding: 0 15px !important; }
Comments
background is not transparent. You just have too many menu items and that's why they do not fit in the right section where logo and search are. So or you will remove some menu items from header or you need to decrease space between menu items with the following css: