in Joomla Templates by steve174 (200 points)
Problem with templates created with TT. All header tags (H1, H2, H3) etc display as normal as set in TT. But the moment I add a link to any of these tags, the size defaults to the link size set in TT. This does not happen with non TT templates.

link.jpg

2 Answers

by steve174 (200 points)
Html code is

<h1 style="text-align: center;" align="center"><span style="font-family: arial,helvetica,sans-serif;">Website Desig<a href="http://www.yahoo.com/">n</a></span></h1>
by steve174 (200 points)
Managed to solve the problem by editing the css file.

Search for "#ttr_content a" and change font-size to Auto or Normal.

#ttr_content a
{
font-size:Auto;
}
#ttr_content a:hover
{
font-size:Normal;
}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...