greativan Posted July 31, 2014 Share Posted July 31, 2014 (edited) Hi everyone! In module "editorial" in "Insert/Edit link" event "onfocus" and other option from menu "Events" does not work when insert event in them like "color:red;". Anyone know how to make links change colors when pointer on them in this module? I try many changes with CSS but nothing works in my case.. Edited August 5, 2014 by greativan (see edit history) Link to comment Share on other sites More sharing options...
greativan Posted August 5, 2014 Author Share Posted August 5, 2014 Solved, I found in html edit mode <span> tag in wrong place inside anchor tag what caused problem: <p style="text-align: left;"><span style="font-size: 14pt; color: #0000ff;"><a href="http://mysite.com"><span style="color: #0000ff;">Title</span></a></span><span style="color: #0000ff; font-size: 14pt;"> and change to: <p style="text-align: left;"><span style="font-size: 14pt; color: #0000ff;"><a href="http://mysite.com">Title</a></span></p> After css hover works fine. Link to comment Share on other sites More sharing options...
PascalVG Posted August 5, 2014 Share Posted August 5, 2014 Perfect, thanks for the feedback! Please mark the topic title as solved (see my footer on how) Happy selling, pascal Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now