-
AuthorPosts
-
Radonja Djurisic Friend
Radonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
April 12, 2014 at 2:06 pm #530659If I understand you correctly to change the color of only part of the menu?
please use screenshot with explanation what u want to douse this as example
.navbar-nav {
text-decoration: none;
color: #be79bf
background-color: #be79bf
}
.dropdown-menu{
background-color: #be79bf
border: 1px solid #be79bf}
by the way create custom.css file in template/css folder
and use it for customizeApril 12, 2014 at 4:23 pm #530673What I want to do is change the dark background of the module. What happens now is that the menutitem over which I hove gets the purple colour, also the text so it is not readable.
So, I need to change the darkgrey color of the megamenu, change the color of the active menu background and the hove backround. The color of the text should remain white.
You can see what happens on http://www.delichtzijde.nl/new
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
April 12, 2014 at 5:32 pm #530677Ok
1 u need to remove your first added customization
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
text-decoration: none;
color: #be79bf
background-color: #be79bf
restore it as originalthen create file custom.css in ..templates/purity_iii/css/
edit that file and add this code in
.dropdown-menu{
background-color: #646464
border: 1px solid #646464
}.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
text-decoration: none;
color: #ffffff
background-color: #884747
}.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
color: #ffffff
background: #8c0e0e
}and play with #colors
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
April 12, 2014 at 5:32 pm #530678let me know is this ok
Tolja
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Radonja Djurisic 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum