Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389211
    baronjpetor
    Participant

    Hello,

    I’m having lots of fun with X theme.
    I need to be able to customize the superfly menu search field.
    Basically, I’d like to change the color of the search icon and add a text (“buscar” )next to it.
    I’d also like to reduce the vertical size of the search field.

    Bonus question: is there a way to add a woocommerce cart state displaying the items quantity in cart and amount, in the superfly menu. I understand that this 2nd question is probably out of your support range but any help would be highly appreciated.

    Best regards.

    #1389326
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1389345
    baronjpetor
    Participant

    Hi there,

    My URL is nootropicsdepot.mx

    I managed to change the color of the search icon by adding this custom CSS to syperfly menu CUSTOM CSS

    
    #sfm-sidebar .sfm-search-form span::after {
            color: #17c1ff;
        vertical-align: middle;
        padding-top: 15px;
    }

    I also solved the TEXT problem by editing the placeholder. To do so, you must go to plugins, editor and edit the superfly-menu-IlphOE/js/public.min.js file. search for “placeholder” with CTRL F and change the input to the text you want.

    I still need the search field to have smaller vertical size and if you can answer my bonus question from the 1st post, that would be great help.

    Cheers.

    #1389893
    Christopher
    Moderator

    Hi there,

    Please add this code:

    #sfm-sidebar .sfm-search-form input[type=text] {
    
        height: 1em;
    }

    is there a way to add a woocommerce cart state displaying the items quantity in cart and amount, in the superfly menu

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Hope it helps.

    #1390949
    baronjpetor
    Participant

    It worked, thank you very much.
    X theme is great and support is even better.

    #1391038
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1389211 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>