Problem with override.css - custom hyperlink

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jan 07, 2014 10:04 am
Hello,

I am trying to custom hyperlink by crating a css class. It is for a custom field of VM.
But When i go in front end, it is not working.
For example, I have changed size of H2 and it is working.


I do :
- "on" for css override in "advanced settings" of my templat style (GK Storebox).
- Put the following code in "override.css) :
.lienorange,
a.lienorange:link {
color: #ff7e57;
text-decoration: underline
}
a.lienorange:active {
color: #ff7e57;
text-decoration: underline
}
a.lienorange:visited {
color: #ff7e57;
text-decoration: underline
}
a.lienorange:hover {
color: #000;
text-decoration: underline
}

- declare the class on a custom VM field :

<div class="gkblock-1">
[b]<p><strong>my text<a href="mailto:[email protected]" class="lienorage" target="_blank">E-MAIL</a>&nbsp;:<br /></strong>[/b]
</p>
User avatar
Senior Boarder

GK User
Tue Jan 07, 2014 10:46 am
Could You please post an url to your site where this code exist?
User avatar
Moderator

GK User
Wed Jan 08, 2014 12:01 pm
Hello, i post it in a PV.
Did you got it ?
Cyberek wrote:Could You please post an url to your site where this code exist?
User avatar
Senior Boarder

GK User
Wed Jan 08, 2014 6:51 pm
That is a typo ;)
In html class name is lienorage in css you use lienorange.
User avatar
Moderator

GK User
Mon Jan 13, 2014 1:45 pm
My fault !
Thank you very much for your quick answer.
User avatar
Senior Boarder


cron