Hi, I need to hide the Country, Region and City Itemprops from website. So i have added the following in custom field functions.php >>
<span class=”hidden” itemprop=”addressRegion”>Bangalore</span>
<span class=”hidden” itemprop=”addressLocality”>Indiranagar</span>
<span class=”hidden” itemprop=”addressCountry”>India</span>
And it worked but itemprop space is still there, could you please help me how to remove that blank space.
Without Code
ADDRESS: C-8, Indiranagar, Hyper Society, Bangalore
Kolar Road
Bhopal
In
Time: 9pm to 12pm
With Hidden Code
ADDRESS: C-8, Indiranagar, Hyper Society, Bangalore
Time: 9pm to 12pm
As space is still there display none is not working. My purpose is to hide itemprops on website and make it Google readable.
Thanks