additional CSS color change also changes shape…
-
Running Miniva theme I wrote additional CSS to make the ‘DONEREN’ menu-item appear always as on ‘hover’:
I gave the menu-item CSS Classes: ‘highlighted-menu’
I wrote additional CSS:
.highlighted-menu {
color: #fff;
background-color: #ce405a;
}Now the text color does not change, the background color does, but the shape of the button changes: instead of narrow and rounded, like all the menu-items on ‘hover’, the button becomes big and rectangular. Somehow the shape-settings are changed by my color-settings?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘additional CSS color change also changes shape…’ is closed to new replies.