css navigation menu editing
-
I’m using a mystile theme before you say it’s better to ask in their support forum. I’m asking this in general
In this theme it allows different different custom css files to load different themes, i tried in every one of those css including default css. to my surprize each and every on of those have same code for navigation menu how is this possible?/* 2.2 Navigation */ ul.nav li a { padding: .5em 1em; display: block; } #navigation { clear: both; margin-bottom: 2.618em; display: none; } #navigation ul { list-style: none; } /* Optional Styling */ #navigation { border: 1px solid #d5dadd; -webkit-border-radius: 0.327em; border-radius: 0.327em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); /* FF3.6+ */ background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); /* IE10 */ background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); /* Opera 11.10+ */ background-image: linear-gradient(to bottom, #ffffff, #f5f5f5); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03); -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03); }
even after I tried and edit each and everyone of them but nothing happened i wanted to create buttons with read navigation menu background
I don’t know where to edit anymore ??
please help me :'( .
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘css navigation menu editing’ is closed to new replies.