Page 1 of 1

[SOLVED] css inheritance for current menu page

Posted: Sun Apr 20, 2008 10:26 pm
by guyinblack
Hi, I'm a new user with CMSms version 1.2.4 and i just started exploring the software. thanks for reading my question:

when adding my custom css stylesheets for layout and text, my template looks great

however , when browsing the site, in my menu, even though I have explicitly designed the CSS to apply to all #menu items, the current  page title is not adhering to the CSS rules. it looks like its using the default rule i have specified for .

I was wondering which CSS rule could apply to the "current page" in the menu.

please see screenshot to see the difference:

Thanks so much for helping me in my first steps with CMSms.

Re: css inheritance for current menu page

Posted: Sun Apr 20, 2008 10:29 pm
by Nullig
Can you post a link to the site? it's much easier to diagnose when you can see the styles being applied.

Nullig

Re: css inheritance for current menu page

Posted: Sun Apr 20, 2008 10:34 pm
by guyinblack
site temporarily at
[changed]

static site at [changed]

thanks a lot

Re: css inheritance for current menu page

Posted: Sun Apr 20, 2008 10:46 pm
by Nullig
Add:

.currentpage h3 {
display: block;
width: 184px;
height: 25px;
padding: 7px 0px 0px 0px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FFFFFF;
}

Nullig

Re: css inheritance for current menu page

Posted: Sun Apr 20, 2008 10:58 pm
by guyinblack
hmm gotcha!
thats all i needed

Thanks so much for your help with my two issues.