*

oluwatohbee

  • ***
  • 54 posts
hi
good day

how to hide or remove the words and numbers "Search in 100 listings" in the main page for zara theme
please help on this matter
thank you

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oluwatohbee

  • ***
  • 54 posts
for the main page

*

oluwatohbee

  • ***
  • 54 posts
i have follow the above instruction i mean for the below image

*

oluwatohbee

  • ***
  • 54 posts
and this

*

MB Themes

@oluwatohbee

Go to file:
oc-content/themes/patricia/main.php

and remove line:
Code: [Select]
<span> - <?php _e('browse in''patricia'); ?> <?php echo osc_category_total_items(); ?> <?php _e('listings''patricia'); ?></span>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oluwatohbee

  • ***
  • 54 posts
AM USING ZARA THEME SIR

*

MB Themes

@oluwatohbee
Sorry, go to file:
oc-content/themes/zara/inc.category.php

Remove block:
Code: [Select]
                  <span>
                    <?php if(osc_category_total_items() == '' or osc_category_total_items() == 0) { ?>
                       <?php _e('there are no listings yet''zara'); ?>
                    <?php } else { ?>
                      <?php _e('browse in''zara'); ?> <?php echo osc_category_total_items(); ?> <?php _e('listings''zara'); ?>
                    <?php ?>
                  </span>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oluwatohbee

  • ***
  • 54 posts
thanks alot but i have done that one it remain these

*

MB Themes

@oluwatohbee
Add following code to theme style.css:
Code: [Select]
#top-subcat {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oluwatohbee

  • ***
  • 54 posts
Re: how to hide or remove the words and numbers "Search in 100 listings
« Reply #10 on: May 04, 2016, 10:42:56 PM »
THANKS ALOT