Viewing 1 replies (of 1 total)
  • Hi @nethubdesign

    Kindly open the index-service.php (Theme package >> index-service.php ) file first and find the given below on line number 29

    <p class="section-subtitle"><?php echo esc_attr($current_options['service_description']); ?></p>

    And replace with the given code

    <p class="section-subtitle"><?php echo $current_options['service_description']; ?></p>

    Then you go to service-panel.php (theme package >> functions >> customizer >> service-panel) and go to the line number 55 and remove the code given below, then you enter the HTML content.

    'sanitize_callback' => 'sanitize_text_field',

    anything else lets me know.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Question of home page section’ is closed to new replies.