• Resolved hudaib

    (@hudaib)


    i want to change or edit the dynamic effect txt style “Type letter” to a cursor “_” instead of “|”

    is it possible ?

Viewing 1 replies (of 1 total)
  • Plugin Author awethemes

    (@awethemes)

    you can try to add this custom CSS code:

    
    .hero-section.clip .hero-section__words {
      display: inline-block;
    }
    .hero-section.clip .hero-section__words::after {
      top: auto;
      right: 0;
      bottom: 33px;
      width: 40px;
      height: 5px;
      background-color: #fff
    }
    

    and change awesplash/assets/js/plugins/animate-headline.js file, line 45 & 84, change 10 to 40

Viewing 1 replies (of 1 total)
  • The topic ‘Want to change type letter dynamic effect “Line” to a “Cursor”’ is closed to new replies.