Okay
  Public Ticket #1966797
Customization
Closed

Comments

  • Ju started the conversation

    I would like to disable word-wrap effect in hero section because it causes weird spacing  between letters. When I inspected, I found each letter is wrapped in span class under the div class named "hero-title." I would like to ask how to delete those span tags and just write a normal text for the title.

  •  1,823
    Support replied

    Hello Ju,

    Do the following:

    A. open function.php and replace function satelite_span_wordwrap with

    function satelite_span_wordwrap( $param_text_input ){

          return $param_text_input;

    }

    or 

    B. install the child we provided and in functions.php uncomment the function under this line:

    /*** Uncomment this if you don't want hero title and page navigation wrapped in <span></span>***/



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy