Changing the Color of the Link - Joomla! Forum - community, help and support
how can override link color?
apparently try in j.3.0
apparently try in j.3.0
this depends on template using.
for example, template protostar, following css entry in file template.css located in directory /templates/protostar/css has changed.
generally, in these situations use tool firebug inspect elements , view css entries.
the tool firebug available in browsers such firefox , chrome used purpose. firebug can inspect element in web page , find out css entries , in file entries located. change css entries see how affects , feel of site. once satisfied incorporate changes in actual file.
review document http://docs.joomla.org/tutorial:using_firebug_with_your_joomla_website more information how use firebug.
for example, template protostar, following css entry in file template.css located in directory /templates/protostar/css has changed.
code: select all
a {
color: #08c;
text-decoration: none;
}generally, in these situations use tool firebug inspect elements , view css entries.
the tool firebug available in browsers such firefox , chrome used purpose. firebug can inspect element in web page , find out css entries , in file entries located. change css entries see how affects , feel of site. once satisfied incorporate changes in actual file.
review document http://docs.joomla.org/tutorial:using_firebug_with_your_joomla_website more information how use firebug.
Comments
Post a Comment