End of Support for Joomla 3 - Forum closed
[SOLVED] Link Color & Decoration
- Hartman
- Topic Author
- Visitor
- Thank you received: 0
I would like the hyperlinks in an article to stand out more. Is there a CSS file that I can modify the link color and text-decoration?
Thank you in advance for your help.
Dan
Thank you in advance for your help.
Dan
by Hartman
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
If you want to customize a template ( logo.gif, color, font or background) and don´t know the css class, please use Firefox with the Firebug extension. Now you can analyze every CSS style for customizing the template CSS.
For example:
If you want to style the basic link you have to add this code to the file: css/custom.css
More details, how to customizer a theme:
www.joomlaplates.com/template-customizing
For example:
If you want to style the basic link you have to add this code to the file: css/custom.css
a {color:#FF0000}
More details, how to customizer a theme:
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: Hartman
Please Log in or Create an account to join the conversation.
- Hartman
- Topic Author
- Visitor
- Thank you received: 0
Moderators: joomlaplates