new to cms made simple

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
kallemac
Forum Members
Forum Members
Posts: 19
Joined: Thu Jan 31, 2008 7:53 pm

new to cms made simple

Post 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
Attachments
Bild 3.png
Bild 3.png (3.75 KiB) Viewed 983 times
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: new to cms made simple

Post 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;
}
Take a penny, leave a penny.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm
Location: Helsinki, Finland

Re: new to cms made simple

Post by KO »

Big yellow dot on left is left-border.
kallemac
Forum Members
Forum Members
Posts: 19
Joined: Thu Jan 31, 2008 7:53 pm

Re: new to cms made simple

Post by kallemac »

Thank you!! I would never have found it my self!
Thanks it works!!

Regards Kalle
Post Reply

Return to “Layout and Design (CSS & HTML)”