Home Forums Basel support forum Pound symbol in search bar

Pound symbol in search bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #119217

    cherryflapjack
    Participant

    Hi,

    Please could you provide css to get rid of the pound symbol that is shown when searching products on mobile?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #119265

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .autocomplete-suggestions .suggestion-price {
    display:none;
    }

    Best Regards

    #119517

    cherryflapjack
    Participant

    Hi Elise,

    Thank you, that worked!

    Just another colour change if you don’t mind, could you provide css to change the black at the top of the mobile product sidebar to white?

    Many thanks

    Attachments:
    You must be logged in to view attached files.
    #119645

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-close-sidebar-btn {
        background-color: #ffffff;
    
    }
    body .basel-close-sidebar-btn span {
        color: #000000;
    }

    Best Regards

    #119932

    cherryflapjack
    Participant

    Hi Elise,

    Thanks worked too, thank you!

    Do you know how you can create this sidebar that changes the content on the right without loading a new page? Ive attached the link and an image.

    https://www.lanxn.com/help

    Thanks for your continued help.

    Attachments:
    You must be logged in to view attached files.
    #119979

    Hello,

    Our theme does not have such an option. Woocommerce filters do not reload the page while filtering. You will have to find a plugin.

    Best Regards

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