End of Support for Joomla 3 - Forum closed
Links color
- jorge.enventa@gmail.com
- Offline Topic Author
- Fresh Boarder
- Posts: 5
- Thank you received: 0
Hi,
How can I change the links color?
Is it necessary to directly modify the code?
How can I change the links color?
Is it necessary to directly modify the code?
Please Log in or Create an account to join the conversation.
- jorge.enventa@gmail.com
- Offline Topic Author
- Fresh Boarder
- Posts: 5
- Thank you received: 0
I got it.
Ii is in the piece of code:
/*
* Style
*/
a,
.uk-link {
color: #1200ff;
text-decoration: none;
cursor: pointer;
}
Inside /css/theme.css
SOLVED
Ii is in the piece of code:
/*
* Style
*/
a,
.uk-link {
color: #1200ff;
text-decoration: none;
cursor: pointer;
}
Inside /css/theme.css
SOLVED
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Video:Please never edit the original CSS files, because these files will be overwritten with the next theme update. Always add your custom style to the custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates