End of Support for Joomla 3 - Forum closed
[SOLVED] color of the link
hi there,
I have already changed the color of the link in the customizer, however the color is still the same.
ifebug still shows:
a, .uk-link {
color: #de6e02;
cursor: pointer;
text-decoration: none;
}
and
a {
color: #5290d9;
text-decoration: none;
however this part is (new color) strikethrough
what do i make wrong?
I have already changed the color of the link in the customizer, however the color is still the same.
ifebug still shows:
a, .uk-link {
color: #de6e02;
cursor: pointer;
text-decoration: none;
}
and
a {
color: #5290d9;
text-decoration: none;
however this part is (new color) strikethrough
what do i make wrong?
by enserk
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
A strikethrough is an indiz for an override:
You can add the color manually into your file: css/custom.css
You can add the color manually into your file: css/custom.css
Some things are better and faster to change via CSS then customizer.a {color: #5290d9 !important}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
thanks; I have already added this line to the customer.css ... still the original color.
Last Edit:9 years 5 months ago
by enserk
Last edit: 9 years 5 months ago by enserk.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, sie haben einen Syntax Fehler in ihrer custom.css
Falsch
Richtig
Falsch
h1, h2, h3, h4, h5, h6 {color: #5290d9};
a {color: #5290d9};
Richtig
h1, h2, h3, h4, h5, h6 {color: #5290d9}
a {color: #5290d9 !important}
Attachment fehler.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: enserk
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates