• Resolved yparadis

    (@yparadis)


    Hello everyone;
    I know that it’s too simple, but could anyone please help me with the dropdown list background? On the navigation.bar li under “kurumsal” there’s a sub-menu ul as you could see, i tried every css that came into my mind, even tried through the css origin widget but the padding still stays white! I want background #251B47 with no padding etc. Furthermore, there are two sub menu items as you could see, their classes are, menu-item-1800 and menu-item-4044. I want them with white text color but couldn’t change them at all. Could somebody help me please? Thank you all.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Because you’re using a commercial theme, please use their official support channel. We feel they are best equipped to support their products.

    https://helpdesk.templatemonster.com/

    Commercial products are not supported in these forums.

    Thread Starter yparadis

    (@yparadis)

    Yes, i tried to communicate them through that link but they’re not answering at all. They dont even check that help desk i suppose. Couldnt you help me just for once?

    try getting familiar with the ‘inspect’ tools of most modern browsers.

    possible CSS fix:

    #menu-main_menu ul.sub-menu { background: transparent; padding: 0; }
    #menu-main_menu ul.sub-menu li { background: #251B47; padding: 0 10px; }
    
    #menu-main_menu ul.sub-menu .menu-item-1800 a,
    #menu-main_menu ul.sub-menu .menu-item-4044 a { color: #fff; }
    Thread Starter yparadis

    (@yparadis)

    Oh it worked, thank you so much @alchymyth you’re the best. Cheers ??

    • This reply was modified 4 years, 1 month ago by yparadis.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dropdown Background’ is closed to new replies.