dropdown theme conflict with community form

Home Forums Calendar Products Community Events dropdown theme conflict with community form

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #63689
    dimitrilongo
    Participant

    hello
    i have a theme conflict with dropdown menu in community form. (see link)
    http://imgh.us/event-calendar.png

    on hoover items disappear
    Thanks for advices
    Dimitri

    #63707
    Casey
    Participant

    Dimitri,
    Try the following CSS and see if this helps:


    .chzn-results li:hover {
    color:#636363 !important;
    }

    #63774
    dimitrilongo
    Participant

    hello casey,

    thank you for your help, it’s better. But one more issue when you have selected a country for instance, and you go back to select another one, the previous country selected is blank until you mouse hover on the drop down.

    Thanks
    Dimitri

    #63807
    Casey
    Participant

    Dimitri,
    You should be able to modify the previous CSS to the following and it will take care of the issue:


    .chzn-results li:hover, .chzn-results li.result-selected {
    color:#636363 !important;
    }

    Let me know if that does the trick. Thanks!

    #63899
    dimitrilongo
    Participant

    hi,

    almost fine see link
    http://imgh.us/event-calendar-dropdown.png

    but the previous selected items stay with the background (I change color to background-color)

    I really appreciate your help
    Thanks
    Dimitri

    #64223
    Casey
    Participant

    Try this:


    .result-selected {
    color:#FFF !important;
    }

    I hope this does the trick, as this is as much as I can help with you this issue, since it is related to your theme’s styling and not related to the plugin.

    Good luck!

    #64623
    dimitrilongo
    Participant

    hello

    thanks a lot it does the trick
    issue solved

    Dimitri

    #64652
    Casey
    Participant

    Great glad to hear it! I’m going to go ahead and close out this thread, but feel free to start a new thread if you have further questions. Thanks!

    #980641
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘dropdown theme conflict with community form’ is closed to new replies.