I used code from this page
https://forum.tagdiv.com/topic/main-menu-dropdown-menu-background-color/
and it worked. The issue is, it is now showing WHITE for the individual choices on the mega menu for blogs
http://searchtheplanet.com/drmarkdemo/category/blogs/drmark/
I’m currently using this code, which works fine except for the issue noted.
.sf-menu ul li{
background-color: #1e599d;
}
.sf-menu li a {
color:white!important;
}
If you could furnish the code which would make the TEXT CHOICES FOR the blogs readable, it would be appreciated.
Thank you.
Hello logosi,
You can try the following code below ->
.td_mega_menu_sub_cats{
background-color: red;
}
.td_mega_menu_sub_cats .cur-sub-cat {
background-color: black!important;
}
The result -> http://screencast.com/t/cZ1BhIJSv
You should change the color for background because both of them is white and what’s why you cannot see anything.
Thanks.
Thank you, that worked
However, I now have another problem, which may have been there before and I failed to see it.
If you look at
http://searchtheplanet.com/drmarkdemo/
and hover over Blogs, the mega menu works, but BELOW the thumbnails is a text link to Dr. Mark’s Corner, which I deleted a week or more ago. Then under that, are links to categories that are already linked above.
Currently, my complete list of categories are
Blogs
— Diabetes Education
— Dr Mark
— Exercise
— In The News
— Learn About Your Feet
Quotes
There is NO Dr. Mark’s Corner, although there was one previously. I need to eliminate this disparity. I looked in both Chrome and Firefox. Please advise.
Thank you.
Hello logosi,
I have checked your mega menu and I did saw that you have not right created your mega menu feature. Please consult this topic here -> https://forum.tagdiv.com/topic/delete-section-from-menu/ because this problem was been discussed in the past.
Hope this helps!
Thanks for the message!