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?
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