Advertisement:

Author Topic: Edit Bello theme home page blocks  (Read 352 times)

mimic

  • Newbie
  • *
  • Posts: 3
Edit Bello theme home page blocks
« on: April 25, 2017, 06:27:11 pm »
Hi,
I was trying out a few themes, and got the Bellow theme, and wanted to do some edits to the blocks. I want to change the home item location to show city instead of city area.
Is it the code below?
Quote
<div class="info__block">
   <b class="info__icon info__icon--place"></b>
   <span><?php echo osc_item_field('s_city'); ?></span>
</div>
Appreciate any assistance.
Thanks