Hi, When I type something in this box this features goes away. How can I apply this on my own text? Thanks
Hello, Go to Appearance > Theme Options > Homepage Feature area > Home Page Main Heading section in your dashboard and enter your heading there. For example Code: Enter your <a href="#">Text that you want to highlighted</a> heading. This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_info h1 a:hover { -webkit-animation: none; -moz-animation:none; -o-animation:none; animation: none; }