End of Support for Joomla 3 - Forum closed
[SOLVED] No highlight on text with link
- borispavalconen
- Offline Topic Author
- Fresh Boarder
- Posts: 5
- Thank you received: 0
Hello,
In a module I add a link to a word. In the tinymce editor I see the color change when I go over the link with the mouse. But in the actual website there is no highlight when I go over the link with my mouse. I don't know what I'm doing wrong.
Best regards,
Boris
In a module I add a link to a word. In the tinymce editor I see the color change when I go over the link with the mouse. But in the actual website there is no highlight when I go over the link with my mouse. I don't know what I'm doing wrong.
Best regards,
Boris
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
editor preview hover style has nothing todo with frontend hover style.
Maybe you have to change the css class for the "a:hover" tag.
www.joomlaplates.com/template-customizing
editor preview hover style has nothing todo with frontend hover style.
Maybe you have to change the css class for the "a:hover" tag.
www.joomlaplates.com/template-customizing
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- borispavalconen
- Offline Topic Author
- Fresh Boarder
- Posts: 5
- Thank you received: 0
Replied by borispavalconen on topic No highlight on text with link
Posted 9 years 2 weeks ago #10429
Hello,
I viewed the CSS in firebug and I wanted to play with the a-hover.
But the a-hover code is 'striked trough', therefore I could not change anything.
See attachment.
Do you know what this means?
Best regards,
Boris
I viewed the CSS in firebug and I wanted to play with the a-hover.
But the a-hover code is 'striked trough', therefore I could not change anything.
See attachment.
Do you know what this means?
Best regards,
Boris
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You can override the code with an "important"
Add this to your css/custom.css
Add this to your css/custom.css
a {color:#FF0000 !important}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 2 weeks ago
by joomlaplates
Last edit: 9 years 2 weeks ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- borispavalconen
- Offline Topic Author
- Fresh Boarder
- Posts: 5
- Thank you received: 0
Replied by borispavalconen on topic No highlight on text with link
Posted 9 years 2 weeks ago #10459
I'm sorry. Probably I'm a total nono.
But I really don't understand why the mouse-over change of the link in the tinymce editor reacts with underline and color change.
Also if I select the 'eye' button in the editor (preview) I see a "mouse over change" of the link.
But when I look at this in the actual website there is no change at all, only the cursor changes from an arrow in a pointed finger.
I tried everything. All examples online describe an css code with:
unvisited link, visited link, mouse over link, selected link
But when I check the link in firebug I only see this (see attached file).
Sorry for the inconvenience but this thing drives me mad.
Best regards,
Boris
But I really don't understand why the mouse-over change of the link in the tinymce editor reacts with underline and color change.
Also if I select the 'eye' button in the editor (preview) I see a "mouse over change" of the link.
But when I look at this in the actual website there is no change at all, only the cursor changes from an arrow in a pointed finger.
I tried everything. All examples online describe an css code with:
unvisited link, visited link, mouse over link, selected link
But when I check the link in firebug I only see this (see attached file).
Sorry for the inconvenience but this thing drives me mad.
Best regards,
Boris
Last Edit:9 years 2 weeks ago
by borispavalconen
Attachments:
Last edit: 9 years 2 weeks ago by borispavalconen.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
backend preview with any html editor is never the same as real frontpage preview.
Its not important which color the "stupid" editors shows.
Check the "a" class at the frontpage and change it like you want as I describe above.
www.joomlaplates.com/template-customizing
Its not important which color the "stupid" editors shows.
Check the "a" class at the frontpage and change it like you want as I describe above.
www.joomlaplates.com/template-customizing
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: borispavalconen
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates