Cant Find Header text location please help - Joomla! Forum - community, help and support
i have website using joomla , aparrently there header text cannot find module/article/whatever located @ delete it. web page url never-ending-creations.com right next banner , sais "joomla"
your template.css line 53 says:
make this:
good luck!
code: select all
#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover {
color: #ffffff;
font-family: arial,georgia,tahoma;
font-size: 30px;
line-height: 32px;
text-decoration: none;
}make this:
code: select all
#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover {
color: #ffffff;
font-family: arial,georgia,tahoma;
font-size: 30px;
line-height: 32px;
text-decoration: none;
display:none;
}good luck!
Comments
Post a Comment