Search Bar Styling

This topic contains 6 replies, has 2 voices, and was last updated by richpearsonwd richpearsonwd 9 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4294
    richpearsonwd
    richpearsonwd
    Participant

    Hi Bud, as requested in previous support please can you have a look at fixing the search bar for me on my development version, you did some work on the live version last time but even though I have duplicate the website exactly it doesn’t look right.

    Live website (styling done by you is: https://www.royalcornwall.nhs.uk/wp-login.php)

    Dev website with styling not showing correctly it: http://demo.cornwallitservices.nhs.uk/rcht/wp-login.php

    Text file uploaded with details for you

    Rich

    #4295
    richpearsonwd
    richpearsonwd
    Participant

    Try that again

    Attachments:
    You must be logged in to view attached files.
    #4297
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Could you please upload the file again? It seems like there might be a problem with the file uploader on the ticket page, sorry about that.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4298
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Nice, thanks.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4302
    richpearsonwd
    richpearsonwd
    Participant

    Here it is again, please let me know if you don’t get it (you could always send me a personal email to [email protected] and I’ll send it back to you there)

    Rich

    Attachments:
    You must be logged in to view attached files.
    #4309
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    I remember now. It’s the ubermenu CSS file, it’s not the same as on the live server.

    This file: \wp-content\plugins\ubermenu\standard\styles\basic.css

    You don’t need to copy the whole file if you don’t want to, but you need to add 2 more lines to the beginning of that file. So on the demo server where you see this on line 11:

    #megaMenu.megaResetStyles span,
    #megaMenu ul.megaMenu,
    #megaMenu ul.sub-menu,

    change it to:

    #megaMenu.megaResetStyles div:not(.probox),
    #megaMenu.megaResetStyles div:not(.probox *),
    #megaMenu.megaResetStyles span,
    #megaMenu ul.megaMenu,
    #megaMenu ul.sub-menu,

    and that’s it. Problem solved. I didn’t edit, because I don’t know where the demo files are.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4313
    richpearsonwd
    richpearsonwd
    Participant

    Thank you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.