Shape 5

Joomla Templates => Touch of Soul - Club => : kcorron4 October 30, 2012, 08:03:35 AM



: Front Page Text Defaults to Bold
: kcorron4 October 30, 2012, 08:03:35 AM
Hi,

Even when removing the bold tags from the HTML editor and saving, the text on the front page defaults to bold. No other page on the site does this. www.golfquarryhillsnc.com

Thanks,

Jim


: Re: Front Page Text Defaults to Bold
: mikenicoll October 30, 2012, 07:39:10 PM
Adding the line in bold to the below file should fix the issue.

template_css.css

td, div {
    font-size: 12px;
    font-weight: normal;
}


: Re: Front Page Text Defaults to Bold
: kcorron4 October 31, 2012, 07:23:38 PM
Hi,

That didn't change anything. I reset the cache and text is still bold. Any other option? It used to not be like that and I haven't changed any code.

Thanks,

Jim


: Re: Front Page Text Defaults to Bold
: mikenicoll October 31, 2012, 07:27:31 PM
It could also be an unclosed div somewhere on the home page that is causing all the content to appear this way. If you added any content to the home page I would check to make sure all the <divs> are closed.

Using the code I provided you on my end the site looks like this:

(http://img715.imageshack.us/img715/3955/6666ri.jpg) (http://imageshack.us/photo/my-images/715/6666ri.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)