- Posts: 66
- Thank you received: 0
2 menu color questions
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
10 years 5 months ago #42833
by dreamdest
2 menu color questions was created by dreamdest
1) On dreamdestinations.travel... when you hover over "about us", there is a white bar under the the last menu item, how can we get rid of that?
2) If you choose any property in the hot designation, then hover over the top menu, the menu turns white and the text turns yellow you can't really read the choice underneath that. How can I have the behavior just like the home page - text turns yellow, not background turns white?
thanks
2) If you choose any property in the hot designation, then hover over the top menu, the menu turns white and the text turns yellow you can't really read the choice underneath that. How can I have the behavior just like the home page - text turns yellow, not background turns white?
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago - 10 years 5 months ago #42851
by ivan.milic
Replied by ivan.milic on topic 2 menu color questions
1. Add this to template_css.css:
#nav li ul{
border-bottom:none!important;
}
2. Describe more please...
#nav li ul{
border-bottom:none!important;
}
2. Describe more please...
Last edit: 10 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
10 years 5 months ago #42860
by dreamdest
Replied by dreamdest on topic 2 menu color questions
#1 - works great - thanks
#2:
- go to my site dreamdestinations.travel
- in the hot designation, choose any property's "Learn more"
- when you are on the property's page, mouse over "contact us" on the top menu - you will see the blue background turn white and the white text turn yellow - very difficult to read.
#2:
- go to my site dreamdestinations.travel
- in the hot designation, choose any property's "Learn more"
- when you are on the property's page, mouse over "contact us" on the top menu - you will see the blue background turn white and the white text turn yellow - very difficult to read.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #42867
by ivan.milic
Replied by ivan.milic on topic 2 menu color questions
Problem is collision with bootstrap css, add this to template_css.css
.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent!important;
}
.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent!important;
}
The following user(s) said Thank You: dreamdest
Please Log in to join the conversation.
Time to create page: 0.162 seconds