Remove "Description" header on tour page to add timeline

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme December 01, 2019
Login to reply
Kelly R Support Agent
4 years ago

Hi,

Please edit /wp-content/themes/citytours/single-tour.php file to edit tour page.

You can find following code and edit it.

<div class="row">

      <div class="col-md-3">
       <h3><?php echo esc_html__( 'Description', 'citytours' ); ?></h3>
      </div>

      <div class="col-md-9">
       <?php the_content(); ?>
      </div>
     </div>

And we have not plan to build a new timeline.

Best Regards,

Insider Marketing
4 years ago

Hi,

I want to put timeline on tour pages but it's too big to use on col-md-9

so I want to remove "Description" section and make it a full width to col 12 like the attached screenshot.

Where can I make this change?

are you building a new timeline element anytime soon? think it should be designed to fit tour pages without making any changes.

cheers,