Woke up this morning, looked at my website (www.houseofexmoor.co.uk) and the section title colours have changed from white to black.... I can say i have not done anything but who will believe me!!!? In fact I went into catalog and the titles were in white so updated the site again but to no effect and then went back to catalog and the titles have now also changed to black. HELP.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Colour options
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
The trouble is your 'Top Level Section Link Layout' template in 'Design | Options | Layouts'. The class of 'actxsmall' defaults to black.
You need to click the 'Edit' button and change the code from:
<A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall">NETQUOTEVAR:SECTIONNAME</span></A>
To:
<A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall"><font color="white">NETQUOTEVAR:SECTIONNAME</font></span></A>
Comment
 
Comment