Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi Jojo21

    Please open style.css.

    Add to lastline below rules.

    #top #access{
    	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FF7F00));
    	background: -moz-linear-gradient(top,  #000000,  #FF7F00);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FF7F00');
        background-image: -ms-linear-gradient(top, #000000, #FF7F00);
    	-moz-box-shadow: 1px 1px 3px #000000;
    	-webkit-box-shadow: 1px 1px 3px #000000;
    	border-top:2px solid rgba(100,100,100,1);
    
    	border-radius:3.4em!important;//important for chrome
    }
    #top #access > .menu-header > ul > li > a{
    	background:none;
    }

    Thank you.

    Thread Starter Jojo21

    (@jojo21)

    THX 🙂 this works nice

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some changes to main menu bar – corners,gradient..?’ is closed to new replies.