Hyperlink text in Home Page Main Heading

Discussion in 'Traffica WordPress Theme' started by yourenglishtrainer, Jul 4, 2015.

  1. yourenglishtrainer

    yourenglishtrainer New Member

    Joined:
    Jun 1, 2015
    Messages:
    6
    Likes Received:
    0
    Hi, when I try to make a word in the home page main heading link to another page [using this html: <a href="url">link text</a>], the text turns orange, and when you put the cursor on it, it "falls" off the page. I'd like it to just be clickable with no effects. Please help?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_info h1 a:hover {
      animation: none !important;
    }
    Thanks,
    Praveen
     

Share This Page