Home Forums WoodMart support forum How to hide or delete the search options on the mobile product series page

How to hide or delete the search options on the mobile product series page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #508224

    sexbauble
    Participant

    How to hide or delete the search options on the mobile product series page

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile to remove the price filter:

    body .widget-area .widget_price_filter{
    display:none!important;
    }

    Please provide the page URL to see which widget you use to show the search widget. We will provide custom CSS.

    Best Regards

    #508602

    sexbauble
    Participant

    This is the URL of the mobile page

    https://pornnbub.com/product-category/masturbators

    #508664

    Hello,

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

    body .widget_search{
    display:none!important;
    }

    Best Regards

    #508948

    sexbauble
    Participant

    Adding css code has no effect

    #509174

    Hello,

    I am checking the URL you have provided and I cannot see any sidebar, I prepared the code based on our demo, please give me the URL with this sidebar and I will double-check
    If you have any questions please feel free to contact us.

    Best Regards.

    #509175

    sexbauble
    Participant
    #509178

    sexbauble
    Participant

    Home Mega-electronics Where is the theme changed?

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

    Hello,

    Please use this code:

    .elementor-widget-container > .widget_block:first-child {
    	display: none;
    } 

    This is the home page title of the demo you used in configuration, you can change the title in the page editing mode, if it is not what you mean, please clarify your purpose.

    If you change the theme, all the theme functionality will be disabled.

    If you have any questions please feel free to contact us.

    Best Regards

    #509406

    sexbauble
    Participant

    I’m going to change this Home Mega-electronics to an online adult store. Please send tutorial

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

    Hello,

    If I follow you properly, you want the shop page to be set as the home page? You can do that in Settings > Reading > select the page as home.

    Please note, in this case, Woocommerce filters would work, they work only on the original shop page. Aslo Wocommerce can work incorrectly.

    You would better have home and shop pages separately.

    If you have any questions please feel free to contact us.

    Best Regards

    #509417

    sexbauble
    Participant

    What I mean is that I want to change the text of “Home Mega-electronics” to “Online Adult Store”. Please do it and send me the tutorial.

    #509419

    sexbauble
    Participant

    When I move my mouse over, it displays “Home Mega-electronics” and I want to display “Online Adult Store”

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

    Hello,

    You need to edit the front page and insert a different title as per your needs.

    In addition, you can change the slug of the page: https://wordpress.org/documentation/article/create-pages/

    If you have any questions please feel free to contact us.

    Best Regards

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