BE Software Demo

Good afternoon,

After update BE Theme (demo Software) I had lost beautiful color strips above the menu.
In custom CSS I have:
/* Top bar */
#Top_bar:not(.is-sticky):after { background: url("http://www.enkweb.com/BE_Software/wp-content/uploads/2015/07/home_software_topbar.png") repeat-x; content: ""; display: block; height: 21px; left: 0; position: absolute; width: 100%; z-index: 21; }

/* Menu */
#Top_bar .menu > li.color-sea > a:after { top: 0; background: #00cdc1; }
#Top_bar .menu > li.color-pink > a:after { top: 0; background: #ed007b; }
#Top_bar .menu > li.color-blue > a:after { top: 0; background: #0086e3; }
#Top_bar .menu > li.color-orange > a:after { top: 0; background: #ffbd1f; }

#Top_bar .menu > li > a span:not(.description) { letter-spacing: 2px; }

How can i return it?

Comments

Sign In or Register to comment.