[SOLVED] css inheritance for current menu page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
guyinblack
Forum Members
Forum Members
Posts: 17
Joined: Sun Apr 20, 2008 9:22 pm

[SOLVED] css inheritance for current menu page

Post 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.
Attachments
Clipboard01.jpg
Last edited by guyinblack on Sun Apr 20, 2008 10:59 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: css inheritance for current menu page

Post 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
guyinblack
Forum Members
Forum Members
Posts: 17
Joined: Sun Apr 20, 2008 9:22 pm

Re: css inheritance for current menu page

Post by guyinblack »

site temporarily at
[changed]

static site at [changed]

thanks a lot
Last edited by guyinblack on Sun Apr 20, 2008 10:59 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: css inheritance for current menu page

Post 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
guyinblack
Forum Members
Forum Members
Posts: 17
Joined: Sun Apr 20, 2008 9:22 pm

Re: css inheritance for current menu page

Post by guyinblack »

hmm gotcha!
thats all i needed

Thanks so much for your help with my two issues.
Post Reply

Return to “CMSMS Core”