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
new to cms made simple
new to cms made simple
- Attachments
-
- Bild 3.png (3.75 KiB) Viewed 983 times
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
- Location: USA
Re: new to cms made simple
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:
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.
Re: new to cms made simple
Big yellow dot on left is left-border.
Re: new to cms made simple
Thank you!! I would never have found it my self!
Thanks it works!!
Regards Kalle
Thanks it works!!
Regards Kalle