This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

jmontes

  • ***
  • 29 posts
How to hide Listing Location & Map in Item page sidebar?
« on: January 31, 2017, 07:06:41 PM »
Hi MB Themes,

I noticed that there is two visible location on every item page. The first one under the Title and the second one is in the sticky sidebar.
How can I be able to hide the listing location in the sidebar and replace it with Google AdSense?

See this screenshot: http://prntscr.com/e2s31d

Thank you very much!

*

MB Themes

Re: How to hide Listing Location & Map in Item page sidebar?
« Reply #1 on: February 01, 2017, 08:37:35 AM »
@jmontes
You can do it in item.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jmontes

  • ***
  • 29 posts
Re: How to hide Listing Location & Map in Item page sidebar?
« Reply #2 on: February 03, 2017, 08:45:18 AM »
Hi frosticek,

Can you please make it more detailed?
Please don't assume that I am a programmer because I'm not.
What code do I need to remove from item.php and where exactly can I find them?

Thank you!

Marked as best answer by frosticek on February 04, 2017, 03:36:38 PM
*

MB Themes

Re: How to hide Listing Location & Map in Item page sidebar?
« Reply #3 on: February 03, 2017, 09:07:59 AM »
@ jmontes
Right now I am confused, if you are not programmer, how are you going to modify it?

Add this to your style.css:
#side-right #location {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jmontes

  • ***
  • 29 posts
Re: How to hide Listing Location & Map in Item page sidebar?
« Reply #4 on: February 04, 2017, 10:59:57 AM »
It worked. Thank you frosticek!

*

MB Themes

Re: How to hide Listing Location & Map in Item page sidebar?
« Reply #5 on: February 04, 2017, 03:36:23 PM »
@jmontes
Welcome  8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots