Page 1 of 1

new to cms made simple

Posted: Sun Mar 09, 2008 7:55 pm
by kallemac
Hi!
I´m new to cms i have worked with WebsiteBaker before and now i working with cms made simple.
I have almost everything working, but a little thing is bothering me. I´m is using "Left simple navigation + 1 column"  and it´s a nice clean template. But the Big yellow dot, that starts everypage title is anoying and the title of the News. I cant find where it is in the css template. Can someone help me finding it.


Best Regard Kalle

Re: new to cms made simple

Posted: Sun Mar 09, 2008 9:54 pm
by Ziggywigged
you need to find the css stylizing the h2 tag for page header.

if you're using default template, then in the css file called: Layout: Left sidebar + 1 column

edit this:

Code: Select all

div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

Re: new to cms made simple

Posted: Sun Mar 09, 2008 10:05 pm
by KO
Big yellow dot on left is left-border.

Re: new to cms made simple

Posted: Tue Mar 11, 2008 8:52 pm
by kallemac
Thank you!! I would never have found it my self!
Thanks it works!!

Regards Kalle