Forums

Title/slogan changes in size &color whn form opens

Mewtwo 27 Oct, 2007
Hi, being a newbieI don't know if it has anything to do with ChronoForms, but this is my problem using my form:

I installed ChronoForms a few days ago and imported my old form. Whithin a few minutes I had my form up and running on my new (dutch) site. It works fine. However, whenever I click on the menu to open the form the website name/title and slogan changes from the big white letters to small blue letters. I have this problem with all my links to the form (links in main menu, top menu, in article), but not with the rest of my links.

You can check it at:
http://www.mijnhuisarts.maarssendorp.nl/
You can click on 'Herhaalrecept' in top-menu or main-menu to open the form and see the name in the header change from big white letters to small blue ones.

I use Joomla! 1.5 RC3. This is the only component I added this far.
Template: Bicolor.
GreyHead 27 Oct, 2007
Hi MewTwo,

The change in colour comes from a second css file that is in the header of the form page. It adds this css:
<style type="text/css">
1
2H1{color:brown;font-size:16pt;font-style:bold;font-family:arial;}
3.smalltable2{color:blue;font-size:10pt;font-family:arial;font-style:italic;}
4.smalltable{font-family:arial;font-size:8pt;color:gray;font-style:italic;}
5.normtable{font-family:arial;font-size:12pt;color:blue;}
6.brownsmall{color:brown;font-size:10pt;font-family:arial;}
7.bluesmall{color:blue;font-size:10pt;font-family:arial;}
8TABLE{font-family:«»sans-serif;color:blue;font-size:12pt;border-width: 1px;border-style=solid;border-color=#cccccc}
9
10
</style>
You can see the TABLE entry changes the font size and colour.

ChronoForms doesn't make any changes to headers (unless you write code to make it do so). So I guess this is coming from something else?

Bob<br><br>Post edited by: GreyHead, at: 2007/10/27 12:35
Mewtwo 27 Oct, 2007

ChronoForms doesn't make any changes to headers (unless you write code to make it do so). So I guess this is coming from something else?

Bob<br><br>Post edited by: GreyHead, at: 2007/10/27 12:35



Thanks! I will try to locate and solve it.


Edit: problem solved; turns out that this was a remainder of my old form. I deleted it in Form Code and the problem was solved...

Thanks again for putting me in the right direction! :cheer:<br><br>Post edited by: Mewtwo, at: 2007/10/27 12:57
This topic is locked and no more replies can be posted.