I got what I want working on the default page. Menu items are underlined in purple on hover. Sub items are dashed and on hover solid under line. When I go to another page under the default page the menu is not consistent. This is what I see when I use the menu on a sub page. The dashed underline is correct and solid on hover is there but it has a background applied. I cannot find that color in the CSS to replace it. CSS I am using for that menu item #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { color: #005E84; background-color: #FFFFFF; border-bottom:1px solid #835174; ???? Any ideas????
Hello, Will you please share your website URL here so that we can give you an exact CSS code. Looking forward to hearing from you. Regards, Akbar InkThemes.com
Hi, I have tried the above CSS code and it is working fine at our end. Try to put the CSS code in the Additional CSS section instead of Custom CSS, go to (Dashboard->Appearence->Customizer->Additional CSS) Code: #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { color: #005E84; background-color: #FFFFFF; border-bottom:1px solid #835174; } Hope this helps...! If the problem still persists, do let me know. Looking forward to hearing from you.
The code makes sense but I am still not seeing the desired results. The menu is not taking the background-color: #FFFFFF; . It is taking the BG color from the "Theme Stylesheet" -> InkThemes -> Styling Options. When change that color the menu reflects that theme and not the CSS. The example below is set to black theme stylesheet with custom CSS in Additional CSS
Hi, Try this CSS code: Code: #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { color: #005E84 !important; background-color: #FFFFFF !important; border-bottom:1px solid #835174 !important; } Hope this helps...! Regards, Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com