Falling orange word in middle of homepage

Discussion in 'Traffica WordPress Theme' started by techinstalls, Oct 8, 2013.

  1. techinstalls

    techinstalls New Member

    Joined:
    Oct 7, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    When I type something in this box this features goes away. How can I apply this on my own text?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Is there a way for this to be a hyperlink without it doing that dropping motion?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    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;
    }
     

Share This Page