Minor CSS issue
Moderators: RussW, RobInk, ChiefGoFor, facedancer
Minor CSS issue
Right now, H1 and H2 have the same color (blue) as hyperlinks. Imho a different color would be better to see the difference.
Joomlatools Team Member - DOCman Lead Developer
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org
Re: Minor CSS issue
Hi,
Are you refering to Joomla! core code e.g. CSS?
Regards Robin
Are you refering to Joomla! core code e.g. CSS?
Regards Robin
Regards Robin - Sites & Infrastructure
Re: Minor CSS issue
See attachment.
in GFTheme.css, these should have a different color:
Only hyperlinks should look like hyperlinks, the headers should look different. As I said, it's a very minor issue, but if the same look is going to be used for all J! sites, it would be best to get it right from the start.
in GFTheme.css, these should have a different color:
Code: Select all
h1 {
background:transparent url(images/h1.png) repeat-x scroll 0pt 100%;
color:#0761D4;
font-size:160%;
}
h2 {
color:#0761D4;
font-size:150%;
}
Only hyperlinks should look like hyperlinks, the headers should look different. As I said, it's a very minor issue, but if the same look is going to be used for all J! sites, it would be best to get it right from the start.
Joomlatools Team Member - DOCman Lead Developer
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org